You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having difficulty downloading RMV2.0. I believe I am following the steps. This is my first post. Please advise if there is additional information required. Thank you for your help!
INFO:
Mac OS X El Capitan Version 10.11.6
R version 3.5.3 (2019-03-11) -- Great Truth
RStudio Version 1.1.463
FIRST:
install.packages("devtools")
Do you want to install from sources the packages which need compilation? (Yes/no/cancel)
Yes
SECOND:
devtools::install_github("LBNL-ETA/RMV2.0")
These packages have more recent versions available. It is recommended to update all of them.
Which would you like to update?
1: All
Do you want to install from sources the packages which need compilation? (Yes/no/cancel)
Yes
THIRD:
RMV2.0:::runRMV_UI()
Error in loadNamespace(name) : there is no package called ‘RMV2.0’
The text was updated successfully, but these errors were encountered:
Hi friend, I had some issues with this step as well, maybe my solution can help you.
Go into tools, then click on global options
Click on Packages, and under ‘Primary CRAN repository’ find the closest location, for me I used “USA (IA) [https] - Iowa State University, Ames, IA”
Click apply and ok
Run this > devtools::install_github("LBNL-ETA/RMV2.0")
Try checking out your errors, and see if there's an error with a package or if it's not loading fast enough. For example I was getting a timeout error so I ran the code below after changing my primary CRAN repository.
I am having difficulty downloading RMV2.0. I believe I am following the steps. This is my first post. Please advise if there is additional information required. Thank you for your help!
INFO:
Mac OS X El Capitan Version 10.11.6
R version 3.5.3 (2019-03-11) -- Great Truth
RStudio Version 1.1.463
FIRST:
Do you want to install from sources the packages which need compilation? (Yes/no/cancel)
Yes
SECOND:
These packages have more recent versions available. It is recommended to update all of them.
Which would you like to update?
1: All
Do you want to install from sources the packages which need compilation? (Yes/no/cancel)
Yes
THIRD:
Error in loadNamespace(name) : there is no package called ‘RMV2.0’
The text was updated successfully, but these errors were encountered: