Quantcast
Viewing all articles
Browse latest Browse all 4448

Error while calculating the information value

@hinduja1234 wrote:

I am currently finding the information value for variable selection for modelling.For this, I am trying to install GitHub package of it.But I am getting the error.

install developer tool and then woe package from GitHub

install.packages("devtools")
library(devtools)
install_github("tomasgreif/woe")
Downloading github repo tomasgreif/woe@master
Installing woe
Installing 3 packages: gsubfn, Rcpp, stringi
package ‘gsubfn’ successfully unpacked and MD5 sums checked
package ‘Rcpp’ successfully unpacked and MD5 sums checked
Warning: cannot remove prior installation of package ‘Rcpp’
package ‘stringi’ successfully unpacked and MD5 sums checked
Warning: cannot remove prior installation of package ‘stringi’
"C:/PROGRA~1/R/R-32~1.1/bin/x64/R" --no-site-file --no-environ --no-save  \
  --no-restore CMD INSTALL "C:/Users/hp  \
  pc/AppData/Local/Temp/RtmpKQgvmo/devtoolse808be219f/tomasgreif-woe-43fcf26"  \
  --library="C:/Users/hp pc/Documents/R/win-library/3.2" --install-tests 

* installing *source* package 'woe' ...
** R
** data
*** moving datasets to lazyload DB
** demo
** preparing package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called 'Rcpp'
ERROR: lazy loading failed for package 'woe'
* removing 'C:/Users/hp pc/Documents/R/win-library/3.2/woe'
Error: Command failed (1)

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles