RStudio-Server¶
This is the RStudio Server version. RStudio is a set of integrated tools designed to help you be more productive with R. The server can be started with: rserver --server-daemonize=0 --www-port=8787 If you need a database config one can be created with: MYTMP=mktemp -d && echo -e "provider=sqlite\ndirectory=${MYTMP}/sqlite" > "${MYTMP}/db.conf" and then used with: rserver ... --database-config-file="${MYTMP}/db.conf"
homepage: https://www.rstudio.com/
| version | versionsuffix | toolchain |
|---|---|---|
2022.07.2+576 |
-Java-11-R-4.2.1 |
foss/2022a |
2023.09.1+494 |
-Java-11-R-4.3.2 |
foss/2023a |
2023.12.1+402 |
-Java-11-R-4.3.3 |
gfbf/2023b |
2024.09.0+375 |
-Java-11-R-4.4.1 |
foss/2023b |
2024.12.0+467 |
-R-4.4.2 |
foss/2024a |
2025.09.2+418 |
-R-4.5.1 |
foss/2025a |
(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)