Update how to setup variable handling authored by Klas, Claus-Peter's avatar Klas, Claus-Peter
== Git Projects == ## Git Projects
- statistics2ddi - statistics2ddi
== Server Setup == ## Server Setup
- Docker - Docker
- R-Server is running on svko-docker1 - R-Server is running on svko-docker1
- Rserver is started in the R-Server (10.6.13.205) at Port 8311 - Rserver is started in the R-Server (10.6.13.205) at Port 8311
- Localhost - Localhost
- Install RStudio and maybe R itself - Install RStudio and maybe R itself
https://rstudio.com/products/rstudio/download-server/ * https://rstudio.com/products/rstudio/download-server/
https://www.r-project.org/ * https://www.r-project.org/
- run commands: - run commands to start Rserve on port 6311:
- library(Rserve) * library(Rserve)
- Rserve(args="--no-save") * Rserve(args="--no-save")