diff --git a/dev/articles/internals.html b/dev/articles/internals.html index 482fdb6c..7202f113 100644 --- a/dev/articles/internals.html +++ b/dev/articles/internals.html @@ -81,7 +81,7 @@
vignettes/internals.Rmd
internals.Rmd
vignettes/ppm.Rmd
ppm.Rmd
You can use the snapshot ids or dates in the PPM repository URL to select a particular snapshot. E.g. these two repository URLs are diff --git a/dev/index.html b/dev/index.html index fc27ae31..80828cd5 100644 --- a/dev/index.html +++ b/dev/index.html @@ -232,7 +232,7 @@
LOW_SPEED_LIMIT
and LOW_SPEED_TIME
curl options. The pkgcache_low_speed_time
and pkgcache_low_speed_limit
options have priority over these environment variables, if they are set.
R_PKG_CACHE_DIR
is used for the cache directory, if set. (Otherwise rappdirs::user_cache_dir()
is used, see also meta_cache_summary()
and pkg_cache_summary()
).R_PKG_CACHE_DIR
is used for the cache directory, if set. (Otherwise tools::R_user_dir("pkgcache", "cache")
is used, see also meta_cache_summary()
and pkg_cache_summary()
).
arch <- cran_archive_cache$new()
arch$update()
-#> # A data frame: 139,441 × 6
+#> # A data frame: 139,477 × 6
#> package version raw mtime url mirror
#> * <chr> <chr> <chr> <dttm> <chr> <chr>
#> 1 A3 0.9.1 A3/A3_0.9.1.tar.gz 2013-02-07 09:00:29 http… https…
@@ -168,9 +168,9 @@ Examples#> 8 aba 0.0.9 aba/aba_0.0.9.tar.gz 2021-12-16 20:50:07 http… https…
#> 9 abbyyR 0.1 abbyyR/abbyyR_0.1.ta… 2015-06-12 04:43:35 http… https…
#> 10 abbyyR 0.2 abbyyR/abbyyR_0.2.ta… 2015-09-12 15:19:59 http… https…
-#> # ℹ 139,431 more rows
+#> # ℹ 139,467 more rows
arch$list()
-#> # A data frame: 139,441 × 6
+#> # A data frame: 139,477 × 6
#> package version raw mtime url mirror
#> * <chr> <chr> <chr> <dttm> <chr> <chr>
#> 1 A3 0.9.1 A3/A3_0.9.1.tar.gz 2013-02-07 09:00:29 http… https…
@@ -183,7 +183,7 @@ Examples#> 8 aba 0.0.9 aba/aba_0.0.9.tar.gz 2021-12-16 20:50:07 http… https…
#> 9 abbyyR 0.1 abbyyR/abbyyR_0.1.ta… 2015-06-12 04:43:35 http… https…
#> 10 abbyyR 0.2 abbyyR/abbyyR_0.2.ta… 2015-09-12 15:19:59 http… https…
-#> # ℹ 139,431 more rows
+#> # ℹ 139,467 more rows