From a02fd7b356f70749076768c4dcc13bde949fb2c9 Mon Sep 17 00:00:00 2001 From: Tom Palmer Date: Mon, 4 Nov 2024 10:29:24 +0000 Subject: [PATCH] Delete time travel using MRAN subsection --- man/get-started.Rd | 24 ------------------------ 1 file changed, 24 deletions(-) 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{
}}\preformatted{pak::repo_add(CRAN = "MRAN@2022-06-30") -pak::repo_get() -}\if{html}{\out{
}}\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         
-
-}} - - -Sets a repository that is equivalent to CRAN's state at the specified date. -Name this repository \code{CRAN}, otherwise pak will also add a default CRAN -repository. -} } \section{Caches}{