Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Install Dev Version #1

Open
ncdingari opened this issue Jun 30, 2016 · 4 comments
Open

Unable to Install Dev Version #1

ncdingari opened this issue Jun 30, 2016 · 4 comments

Comments

@ncdingari
Copy link

** 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
Copy link
Owner

selva86 commented Oct 30, 2016

This is fixed now.

# Install
> devtools::install_github("selva86/InformationValue")
> library(InformationValue)

@vrishaligiri
Copy link

vrishaligiri commented Jun 3, 2017

** 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
Copy link
Owner

selva86 commented Jun 3, 2017

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
Copy link

Very Useful package! Thanks~ 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants