Skip to content

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

@remydecoupes

Description

@remydecoupes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions