From 8b3f8ccc31dca518bc29ebc653e5d46bb77d6ae3 Mon Sep 17 00:00:00 2001 From: Raniere Gaia Costa da Silva Date: Fri, 15 Aug 2025 08:42:21 +0200 Subject: [PATCH] Fix list of supported R versions in the documentation --- docs/source/configuration/system.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/source/configuration/system.md b/docs/source/configuration/system.md index de75ceca..0756cdf6 100644 --- a/docs/source/configuration/system.md +++ b/docs/source/configuration/system.md @@ -35,7 +35,18 @@ See our [Python2 example repository](https://github.com/binder-examples/python2_ Add the line `r-x.y-YYYY-MM-DD` in `runtime.txt` to run the repository with R version `x.y` and libraries from a `YYYY-MM-DD` snapshot of the [Posit Package Manager](https://packagemanager.posit.co/client/#/repos/2/overview). -The version of R, i.e. `x.y`, can be set to 3.4, 3.5, 3.6, or to patch releases for the 3.5 and 3.6 series. +The version of R, i.e. `x.y`, can be set to + +- `4.4` +- `4.3` +- `4.2` +- `4.1` +- `4.0` +- `3.6` +- `3.5` +- `3.4` +- `3.3` + If you do not specify a version, the latest release will be used. See our [R example repository](https://github.com/binder-examples/r/blob/HEAD/runtime.txt).