hrbrmstr / newsflash

Tools to Work with the Internet Archive and GDELT Television Explorer in R
90 stars 9 forks source link

actually not able to install it #5

Closed randomgambit closed 7 years ago

randomgambit commented 7 years ago

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 commented 7 years ago

Aye, try devtools::install_github("hrbrmstr/newsflash", dependencies = TRUE)

On Wed, Mar 1, 2017 at 7:33 PM, Olaf notifications@github.com wrote:

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?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hrbrmstr/newsflash/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfHtpGz90KHBTfxWSFnoHTnebanpDzdks5rhg5mgaJpZM4MQZQV .

randomgambit commented 7 years ago

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 commented 7 years ago

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