File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ with ``REQUIRE`` and ``environment.yml``, visit
118
118
================================================
119
119
120
120
This is used to install R libraries pinned to a specific snapshot on
121
- `Posit Package Manager <https://mran.microsoft.com/documents/rro/reproducibility >`_.
121
+ `Posit Package Manager <https://packagemanager.posit.co/ >`_.
122
122
To set the date of the snapshot add a runtime.txt _.
123
123
For an example ``install.R `` file, visit our `example install.R file <https://github.com/binder-examples/r/blob/HEAD/install.R >`_.
124
124
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ class RBuildPack(PythonBuildPack):
22
22
23
23
Where 'year', 'month' and 'date' refer to a specific
24
24
date whose CRAN snapshot we will use to fetch packages.
25
- Uses https://packagemanager.posit.co, or MRAN if no snapshot
26
- is found on packagemanager.posit.co
25
+ Uses https://packagemanager.posit.co.
27
26
28
27
2. A `DESCRIPTION` file signaling an R package
29
28
Original file line number Diff line number Diff line change 24
24
` runtime.txt ` is omitted and a recent enough snapshot date is assumed a RSPM
25
25
snapshot of CRAN to be used.
26
26
27
- ### r3.6-mran
28
-
29
- - Test setup of a R 3.6 environment by specifying ` r-3.6-... ` in ` runtime.txt ` ,
30
- where the date provided in ` runtime.txt ` is old enough for a MRAN snapshot of
31
- CRAN to be used.
32
-
33
- ### r4.0-mran
34
-
35
- - Test setup of a R 4.0 environment by specifying ` r-4.0-... ` in ` runtime.txt ` ,
36
- where the date provided in ` runtime.txt ` is old enough for a MRAN snapshot of
37
- CRAN to be used.
38
-
39
27
### r4.0-rspm
40
28
41
29
- Test setup of a R 4.0 environment by specifying ` r-4.0-... ` in ` runtime.txt ` ,
You can’t perform that action at this time.
0 commit comments