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

Issue Installing BMR #42

Open
mkjohnman opened this issue Jun 13, 2019 · 2 comments
Open

Issue Installing BMR #42

mkjohnman opened this issue Jun 13, 2019 · 2 comments

Comments

@mkjohnman
Copy link

Hi,

I'm trying to install the package and keep running into an error. Have had a look around online and am not quite sure how to address it. I've attached a picture of the error output.

BMR Installation Error Output

Thanks in advance! Really appreciate any advice you can provide.

@gueyenono
Copy link

This is how I managed to install it on Windows. If you do not know how to set environment variables on Windows, you will need to do it.

Set the following environment variables:

RREMOTES_STANDALONE=true
R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
_R_CHECK_FORCE_SUGGESTS=false

Finally, install the BMR package witht he following command:

remotes::install_github("kthohr/BMR", INSTALL_opts="--no-multiarch")

Hope this helps.

@bdemeshev
Copy link

That worked on windows with R 3.6:

Sys.setenv(RREMOTES_STANDALONE="true")
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
Sys.setenv(R_CHECK_FORCE_SUGGESTS="false")
devtools::install_github("kthohr/BMR", INSTALL_opts="--no-multiarch")

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

3 participants