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

Install Error #16

Open
glaubstopper opened this issue May 15, 2020 · 1 comment
Open

Install Error #16

glaubstopper opened this issue May 15, 2020 · 1 comment

Comments

@glaubstopper
Copy link

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’

@IJustWantAJob
Copy link

Hi friend, I had some issues with this step as well, maybe my solution can help you.

  1. Go into tools, then click on global options
  2. Click on Packages, and under ‘Primary CRAN repository’ find the closest location, for me I used “USA (IA) [https] - Iowa State University, Ames, IA”
  3. Click apply and ok
  4. 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.

options(timeout=9999999)
install.packages("fs")
devtools:install_github("LBNL-ETA/RMV2.0")

If you're missing a package, then type

install.packages("Package Name")
Try restarting RStudio, checking the box for the package in the package section, and run the code again.

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