Package: Rforestry
Type: Package
Title: Random Forests, Linear Trees, and Gradient Boosting for
        Inference and Interpretability
Version: 0.10.0
Authors@R: c(
    person("Sören", "Künzel", role = "aut"),
    person("Theo", "Saarinen", role = c("aut","cre"), email = "theo_s@berkeley.edu"),
    person("Simon", "Walter", role = "aut"),
    person("Sam", "Antonyan", role = "aut"),
    person("Edward", "Liu", role = "aut"),
    person("Allen", "Tang", role = "aut"),
    person("Jasjeet", "Sekhon", role = "aut")
    )
Maintainer: Theo Saarinen <theo_s@berkeley.edu>
BugReports: https://github.com/forestry-labs/Rforestry/issues
URL: https://github.com/forestry-labs/Rforestry
Description: Provides fast implementations of Honest Random Forests, 
    Gradient Boosting, and Linear Random Forests, with an emphasis on inference 
    and interpretability. Additionally contains methods for variable 
    importance, out-of-bag prediction, regression monotonicity, and
    several methods for missing data imputation. Soren R. Kunzel, 
    Theo F. Saarinen, Edward W. Liu, Jasjeet S. Sekhon (2019) <arXiv:1906.06463>.
License: GPL (>= 3)
Encoding: UTF-8
Imports: Rcpp (>= 0.12.9), parallel, methods, visNetwork, glmnet (>=
        4.1), grDevices, onehot, pROC
LinkingTo: Rcpp, RcppArmadillo, RcppThread
RoxygenNote: 7.2.3
Suggests: testthat, knitr, rmarkdown, mvtnorm
Collate: 'R_preprocessing.R' 'RcppExports.R' 'forestry.R'
        'backwards_compatible.R' 'compute_rf_lp.R'
        'neighborhood_imputation.R' 'plottree.R'
NeedsCompilation: yes
Packaged: 2023-03-24 14:55:23 UTC; theosaa
Author: Sören Künzel [aut],
  Theo Saarinen [aut, cre],
  Simon Walter [aut],
  Sam Antonyan [aut],
  Edward Liu [aut],
  Allen Tang [aut],
  Jasjeet Sekhon [aut]
Repository: CRAN
Date/Publication: 2023-03-25 00:50:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-03-25 11:24:19 UTC; unix
Archs: Rforestry.so.dSYM
