Skip to content

Commit a0fd874

Browse files
committed
Remove mentions of MRAN
1 parent 6c719bd commit a0fd874

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

docs/source/config_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ with ``REQUIRE`` and ``environment.yml``, visit
118118
================================================
119119

120120
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/>`_.
122122
To set the date of the snapshot add a runtime.txt_.
123123
For an example ``install.R`` file, visit our `example install.R file <https://github.com/binder-examples/r/blob/HEAD/install.R>`_.
124124

repo2docker/buildpacks/r.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ class RBuildPack(PythonBuildPack):
2222
2323
Where 'year', 'month' and 'date' refer to a specific
2424
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.
2726
2827
2. A `DESCRIPTION` file signaling an R package
2928

tests/r/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@
2424
`runtime.txt` is omitted and a recent enough snapshot date is assumed a RSPM
2525
snapshot of CRAN to be used.
2626

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-
3927
### r4.0-rspm
4028

4129
- Test setup of a R 4.0 environment by specifying `r-4.0-...` in `runtime.txt`,

0 commit comments

Comments
 (0)