diff --git a/pkg/caret/DESCRIPTION b/pkg/caret/DESCRIPTION index 034ee4596..1a9de178d 100644 --- a/pkg/caret/DESCRIPTION +++ b/pkg/caret/DESCRIPTION @@ -1,6 +1,6 @@ Package: caret Version: 6.0-47 -Date: 2015-05-01 +Date: 2015-05-04 Title: Classification and Regression Training Author: Max Kuhn. Contributions from Jed Wing, Steve Weston, Andre Williams, Chris Keefer, Allan Engelhardt, Tony Cooper, Zachary Mayer, @@ -39,7 +39,7 @@ Suggests: nnet, party (>= 0.9-99992), pls, - pROC, + pROC (>= 1.8), proxy, randomForest, RANN, diff --git a/pkg/caret/inst/NEWS.Rd b/pkg/caret/inst/NEWS.Rd index 22cd84e7e..298c35197 100644 --- a/pkg/caret/inst/NEWS.Rd +++ b/pkg/caret/inst/NEWS.Rd @@ -3,7 +3,7 @@ \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}} -\section{Changes in version 6.0-46}{ +\section{Changes in version 6.0-47}{ \itemize{ \item CHAID from the R-Forge package \href{http://r-forge.r-project.org/projects/chaid/}{\pkg{CHAID}} \item Models \code{xgbTree} amd \code{xgbLinear} from the \code{xgboost} package were added. That package is not on CRAN and can be installed from github using the \cpkg{devtools} package and \code{install_github('dmlc/xgboost',subdir='R-package')}.