Sign inSign up

alnoda/r-workspace

By alnoda

•Updated about 3 years ago

Portable containerized enviroments for R projects. Workspace has VSCode IDE, RStudio and Jupyterlab.

Image
0

10K+

alnoda/r-workspace repository overview

⁠R workspace

Portable containerized enviroments for R projects. Workspace has VSCode IDE, RStudio and Jupyterlab.

⁠Start

docker run --name space-1 -d -p 8020-8040:8020-8040 --restart=always alnoda/r-workspace

open localhost:8020⁠ in browser.

⁠Features

Alnoda docs⁠
Alnoda Hub⁠

⁠R

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

Tag summary

Content type

Image

Digest

sha256:0627c9f8b…

Size

1.5 GB

Last updated

about 3 years ago

docker pull alnoda/r-workspace