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

actually not able to install it #5

Closed
randomgambit opened this issue Mar 2, 2017 · 3 comments
Closed

actually not able to install it #5

randomgambit opened this issue Mar 2, 2017 · 3 comments

Comments

@randomgambit
Copy link

That might be a dumb question, but I run into the error


> devtools::install_github("hrbrmstr/newsflash")
Downloading GitHub repo hrbrmstr/newsflash@master
from URL https://api.github.com/repos/hrbrmstr/newsflash/zipball/master
Installing newsflash
"C:/PROGRA~1/R/R-33~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet  \
  CMD INSTALL  \
  "C:/Users/john/AppData/Local/Temp/RtmpGcxPA1/devtools4730d6a7d7a/hrbrmstr-newsflash-8e91201"  \
  --library="C:/Users/john/Documents/R/win-library/3.3" --install-tests 

* installing *source* package 'newsflash' ...
** R
** tests
** preparing package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called 'htmlwidgets'
ERROR: lazy loading failed for package 'newsflash'
* removing 'C:/Users/john/Documents/R/win-library/3.3/newsflash'
Error: Command failed (1)

Do you know what's going on?

@hrbrmstr
Copy link
Owner

hrbrmstr commented Mar 2, 2017 via email

@randomgambit
Copy link
Author

yeah got a similar message.. sob sob

> devtools::install_github("hrbrmstr/newsflash", dependencies = TRUE)
Downloading GitHub repo hrbrmstr/newsflash@master
from URL https://api.github.com/repos/hrbrmstr/newsflash/zipball/master
Installing newsflash
"C:/PROGRA~1/R/R-33~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet  \
  CMD INSTALL  \
  "C:/Users/john/AppData/Local/Temp/RtmpGcxPA1/devtools473057492b32/hrbrmstr-newsflash-8e91201"  \
  --library="C:/Users/john/Documents/R/win-library/3.3" --install-tests 

* installing *source* package 'newsflash' ...
** R
** tests
** preparing package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called 'htmlwidgets'
ERROR: lazy loading failed for package 'newsflash'
* removing 'C:/Users/john/Documents/R/win-library/3.3/newsflash'
Error: Command failed (1)

@randomgambit
Copy link
Author

after some search it might be a problem with devtools. i ll try to figure that out on my side. Thanks anyways!

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

2 participants