Portable containerized enviroments for R projects. Workspace has VSCode IDE, RStudio and Jupyterlab.
10K+
Portable containerized enviroments for R projects. Workspace has VSCode IDE, RStudio and Jupyterlab.
docker run --name space-1 -d -p 8020-8040:8020-8040 --restart=always alnoda/r-workspace
open localhost:8020 in browser.
Open terminal, and check R version
R --version
To start R shell, simply execute R in the terminal
If you want to install packages from the terminal, execute
Rscript -e 'install.packages("drat", repos="https://cloud.r-project.org")'
Open Radian shell:
r
Content type
Image
Digest
sha256:0627c9f8b…
Size
1.5 GB
Last updated
about 3 years ago
docker pull alnoda/r-workspace