Bug with Caret package 6.0.64

84 views
Skip to first unread message

cafernandezlo

unread,
Jan 28, 2016, 11:00:36 AM1/28/16
to rregrs
There is a bug with this Caret package version and RRegrs. The 'undefined column selected' problem with models using RFE feature selection.

follow these steps and report in order to know if there exist other versions with the bug:

#please check caret version
packageVersion('caret')

#remove this version and the bug
remove.packages(c('caret'))

library(devtools)

#install Caret Package version 6.0.52
install_version(package='caret',version='6.0-52')

Charles Brauer

unread,
Jan 29, 2016, 11:10:59 AM1/29/16
to rregrs
Hmmm..

I did:

> install_version(package='caret',version='6.0-52')
Installing package into ‘C:/Users/Charles/Documents/R/win-library/3.2’
(as ‘lib’ is unspecified)
Warning in install.packages :
  cannot open: HTTP status was '404 Not Found'
Error in download.file(url, destfile, method, mode = "wb", ...) : 
Warning in install.packages :
  download of package ‘caret’ failed

Please help
Charles

muntisa

unread,
Mar 15, 2016, 9:23:54 AM3/15/16
to rregrs
Try
install_version(package='caret',version='6.0-52',dependencies=TRUE,repos='http://cran.us.r-project.org')

Best,
Cris
Reply all
Reply to author
Forward
0 new messages