diff --git a/man/chunks/tldr.Rmd b/man/chunks/tldr.Rmd index 067cdd707..fb59d736b 100644 --- a/man/chunks/tldr.Rmd +++ b/man/chunks/tldr.Rmd @@ -191,17 +191,6 @@ specified date. Name this repository `CRAN`, otherwise pak will also add a default CRAN repository. -## Time travel using MRAN - -```{asciicast tldr-repo-mran} -pak::repo_add(CRAN = "MRAN@2022-06-30") -pak::repo_get() -``` - -Sets a repository that is equivalent to CRAN's state at the specified date. -Name this repository `CRAN`, otherwise pak will also add a default CRAN -repository. - # Caches By default pak caches both metadata and downloaded packages. diff --git a/man/get-started.Rd b/man/get-started.Rd index e9140ad4c..283c21828 100644 --- a/man/get-started.Rd +++ b/man/get-started.Rd @@ -637,30 +637,6 @@ specified date. Name this repository \code{CRAN}, otherwise pak will also add a default CRAN repository. } - -\subsection{Time travel using MRAN}{ - -\if{html}{\out{
-#> # A data frame: 5 × 5 -#> name url type r_ver…¹ bioc_…² -#> * <chr> <chr> <chr> <chr> <chr> -#> 1 CRAN https://cran.microsoft.com/snapsh… cran * NA -#> 2 BioCsoft https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 3 BioCann https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 4 BioCexp https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 5 BioCworkflows https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> # … with abbreviated variable names ¹r_version, ²bioc_version -