From a0fd8743b221b21a2fcb8e59ca56bbb366c4c44e Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sun, 11 Jun 2023 12:56:53 +0530 Subject: [PATCH] Remove mentions of MRAN --- docs/source/config_files.rst | 2 +- repo2docker/buildpacks/r.py | 3 +-- tests/r/README.md | 12 ------------ 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 457bfa20..eabbdb56 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -118,7 +118,7 @@ with ``REQUIRE`` and ``environment.yml``, visit ================================================ This is used to install R libraries pinned to a specific snapshot on -`Posit Package Manager `_. +`Posit Package Manager `_. To set the date of the snapshot add a runtime.txt_. For an example ``install.R`` file, visit our `example install.R file `_. diff --git a/repo2docker/buildpacks/r.py b/repo2docker/buildpacks/r.py index 3bbcb00a..73d08d77 100644 --- a/repo2docker/buildpacks/r.py +++ b/repo2docker/buildpacks/r.py @@ -22,8 +22,7 @@ class RBuildPack(PythonBuildPack): Where 'year', 'month' and 'date' refer to a specific date whose CRAN snapshot we will use to fetch packages. - Uses https://packagemanager.posit.co, or MRAN if no snapshot - is found on packagemanager.posit.co + Uses https://packagemanager.posit.co. 2. A `DESCRIPTION` file signaling an R package diff --git a/tests/r/README.md b/tests/r/README.md index 61df6db4..51488e41 100644 --- a/tests/r/README.md +++ b/tests/r/README.md @@ -24,18 +24,6 @@ `runtime.txt` is omitted and a recent enough snapshot date is assumed a RSPM snapshot of CRAN to be used. -### r3.6-mran - -- Test setup of a R 3.6 environment by specifying `r-3.6-...` in `runtime.txt`, - where the date provided in `runtime.txt` is old enough for a MRAN snapshot of - CRAN to be used. - -### r4.0-mran - -- Test setup of a R 4.0 environment by specifying `r-4.0-...` in `runtime.txt`, - where the date provided in `runtime.txt` is old enough for a MRAN snapshot of - CRAN to be used. - ### r4.0-rspm - Test setup of a R 4.0 environment by specifying `r-4.0-...` in `runtime.txt`,