alnoda-workspaces/workspaces/r-workspace
2023-07-08 18:26:55 +00:00
..
workspace Upd. using wrk 2023-07-05 15:36:02 +00:00
Dockerfile Upd. using wrk 2023-07-05 15:36:02 +00:00
README.md readmes updated 2023-07-08 18:26:55 +00:00

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