Package: grf
Title: Generalized Random Forests
Version: 1.0.0
Authors@R: c(
    person("Julie", "Tibshirani", role = c("aut", "cre"), email = "jtibs@cs.stanford.edu"),
    person("Susan", "Athey", role = "aut"),
    person("Rina", "Friedberg", role = "ctb"),
    person("Vitor", "Hadad", role = "ctb"),
    person("David", "Hirshberg", role = "ctb"),
    person("Luke", "Miner", role = "ctb"),
    person("Erik", "Sverdrup", role = "ctb"),
    person("Stefan", "Wager", role = "aut"),
    person("Marvin", "Wright", role = "ctb")
    )
BugReports: https://github.com/grf-labs/grf/issues
Description: A pluggable package for forest-based statistical estimation and inference.
    GRF currently provides methods for non-parametric least-squares regression,
    quantile regression, and treatment effect estimation (optionally using instrumental
    variables).
Depends: R (>= 3.5.0)
License: GPL-3
LinkingTo: Rcpp, RcppEigen
Imports: DiceKriging, lmtest, Matrix, methods, Rcpp (>= 0.12.15),
        sandwich (>= 2.4-0)
RoxygenNote: 7.0.0
Suggests: DiagrammeR, testthat
SystemRequirements: GNU make
URL: https://github.com/grf-labs/grf
NeedsCompilation: yes
Packaged: 2019-11-30 18:21:18 UTC; jtibshirani
Author: Julie Tibshirani [aut, cre],
  Susan Athey [aut],
  Rina Friedberg [ctb],
  Vitor Hadad [ctb],
  David Hirshberg [ctb],
  Luke Miner [ctb],
  Erik Sverdrup [ctb],
  Stefan Wager [aut],
  Marvin Wright [ctb]
Maintainer: Julie Tibshirani <jtibs@cs.stanford.edu>
Repository: CRAN
Date/Publication: 2019-12-01 23:00:17 UTC
