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'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:
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
:When the docker is stared, user can connect to RStudio with a web browser: http://localhost:8787, with credentials as follows:
And then, they can install system libraries and R packages
The text was updated successfully, but these errors were encountered: