|
|
== Git Projects ==
|
|
|
## Git Projects
|
|
|
- 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")
|
|
|
* https://rstudio.com/products/rstudio/download-server/
|
|
|
* https://www.r-project.org/
|
|
|
- run commands to start Rserve on port 6311:
|
|
|
* library(Rserve)
|
|
|
* Rserve(args="--no-save")
|
|
|
|
|
|
|
|
|
|