Skip to content

Commit 8b3f8cc

Browse files
committed
Fix list of supported R versions in the documentation
1 parent ba71070 commit 8b3f8cc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/source/configuration/system.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,18 @@ See our [Python2 example repository](https://github.com/binder-examples/python2_
3535

3636
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).
3737

38-
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.
38+
The version of R, i.e. `x.y`, can be set to
39+
40+
- `4.4`
41+
- `4.3`
42+
- `4.2`
43+
- `4.1`
44+
- `4.0`
45+
- `3.6`
46+
- `3.5`
47+
- `3.4`
48+
- `3.3`
49+
3950
If you do not specify a version, the latest release will be used.
4051

4152
See our [R example repository](https://github.com/binder-examples/r/blob/HEAD/runtime.txt).

0 commit comments

Comments
 (0)