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