Package: quantregForest
Type: Package
Title: Quantile Regression Forests
Version: 1.3-7
Date: 2017-12-16
Author: Nicolai Meinshausen		
Maintainer: Loris Michel <michel@stat.math.ethz.ch>
Depends: randomForest, RColorBrewer
Imports: stats, parallel
Suggests: gss,
    knitr,
    rmarkdown
Description: Quantile Regression Forests is a tree-based ensemble
        method for estimation of conditional quantiles. It is
        particularly well suited for high-dimensional data. Predictor
        variables of mixed classes can be handled. The package is
        dependent on the package 'randomForest', written by Andy Liaw.
License: GPL
NeedsCompilation: yes
URL: http://github.com/lorismichel/quantregForest
BugReports: http://github.com/lorismichel/quantregForest/issues
RoxygenNote: 6.0.1
