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

Add on README.md instructions to install the correct R environment #6

Open
remydecoupes opened this issue Jun 16, 2022 · 0 comments
Open

Comments

@remydecoupes
Copy link

I'd like to suggest to add details on how users can install the right R environment (the list of R versions compliant).
Maybe, instructions could be given to use a docker image from the Rocker Project. This project builds image with Rstudio server with different versions of R.

Here is an example with R 4.1.3, rocker/rstudio:4.1.3:

sudo docker run -e ROOT=true -e PASSWORD=OpenGeoHub --rm -p 8787:8787 rocker/rstudio:4.1.3

When the docker is stared, user can connect to RStudio with a web browser: http://localhost:8787, with credentials as follows:

  • login: rstudio
  • password: OpenGeoHub

And then, they can install system libraries and R packages

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

1 participant