-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
Aye, try `devtools::install_github("hrbrmstr/newsflash", dependencies = TRUE)`
…On Wed, Mar 1, 2017 at 7:33 PM, Olaf ***@***.***> wrote:
That might be a dumb question, but I run into the error
> devtools::install_github("hrbrmstr/newsflash")
Downloading GitHub repo ***@***.***
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
<#5>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAfHtpGz90KHBTfxWSFnoHTnebanpDzdks5rhg5mgaJpZM4MQZQV>
.
|
yeah got a similar message.. sob sob
|
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
That might be a dumb question, but I run into the error
Do you know what's going on?
The text was updated successfully, but these errors were encountered: