selva86 / InformationValue

Information Value CRAN Pkg: Performance Analysis and companion functions that aid binary classification models like that of logistic regression
16 stars 7 forks source link

Unable to Install Dev Version #1

Open ncdingari opened 8 years ago

ncdingari commented 8 years ago
** preparing package for lazy loading
Error in is.data.frame(data) : object 'chileancredit' not found
Error : unable to load R code in package 'InformationValue'
ERROR: lazy loading failed for package 'InformationValue'
* removing 'C:/Program Files/R/R-3.3.1/library/InformationValue'
Error: Command failed (1)
selva86 commented 7 years ago

This is fixed now.

# Install
> devtools::install_github("selva86/InformationValue")
> library(InformationValue)
vrishaligiri commented 7 years ago

* preparing package for lazy loading Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called 'gtable' ERROR: lazy loading failed for package 'InformationValue' removing 'C:/Users/girivr/Documents/R/win-library/3.3/InformationValue' Error: Command failed (1)

selva86 commented 7 years ago

devtools::install_github("selva86/InformationValue", force=T) does the job for me. You need to provide a reproducible code.

> devtools::install_github("selva86/InformationValue", force=T)
Downloading GitHub repo selva86/InformationValue@master
from URL https://api.github.com/repos/selva86/InformationValue/zipball/master
Installing InformationValue
'/Library/Frameworks/R.framework/Resources/bin/R'  \
  --no-site-file --no-environ --no-save  \
  --no-restore --quiet CMD INSTALL  \
 '/private/var/folders/q5/gkgbtsnx0mjg2rq_0bdwct4c0000gp/T/Rtmp0Ml6u3/devtools7e4023dfd123/selva86-InformationValue-45654ea'  \
  --library='/Users/selvaprabhakaran/Library/R/3.3/library'  \
  --install-tests 
* installing *source* package ‘InformationValue’ ...
** R
** data
*** moving datasets to lazyload DB
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (InformationValue)
BruceZhaoR commented 7 years ago

Very Useful package! Thanks~ 😃