From a5a0333ef24ca4b97d5056b5bcb60b51d1d4972b Mon Sep 17 00:00:00 2001
From: gaborcsardi 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 @@ Gábor
Csárdi
- 2023-11-20
+ 2023-11-21
Source: vignettes/internals.Rmd
internals.Rmd
Gábor
Csárdi
- 2023-11-20
+ 2023-11-21
Source: vignettes/ppm.Rmd
ppm.Rmd
PPM repository URLs## # A data frame: 1,000 × 2
## date id
## <dttm> <int>
-## 1 2018-04-23 00:00:00 53
-## 2 2018-04-26 00:00:00 54
-## 3 2018-04-30 00:00:00 55
-## 4 2018-05-03 00:00:00 56
-## 5 2018-05-07 00:00:00 57
-## 6 2018-05-08 00:00:00 58
-## 7 2018-05-10 00:00:00 59
-## 8 2018-05-14 00:00:00 60
-## 9 2018-05-17 00:00:00 61
-## 10 2018-05-21 00:00:00 62
+## 1 2018-04-26 00:00:00 54
+## 2 2018-04-30 00:00:00 55
+## 3 2018-05-03 00:00:00 56
+## 4 2018-05-07 00:00:00 57
+## 5 2018-05-08 00:00:00 58
+## 6 2018-05-10 00:00:00 59
+## 7 2018-05-14 00:00:00 60
+## 8 2018-05-17 00:00:00 61
+## 9 2018-05-21 00:00:00 62
+## 10 2018-05-24 00:00:00 63
## # ℹ 990 more rows
Package environment variables
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()
).
Columns
Examples
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
meta_cache_summary()
-and pkg_cache_summary()
).
+tools::R_user_dir("pkgcache", "cache")
is used, see also
+meta_cache_summary()
and pkg_cache_summary()
).