Skip to content

Commit aaa8058

Browse files
committed
Deploying to gh-pages from @ f3e857e 🚀
1 parent 8be2985 commit aaa8058

21 files changed

Lines changed: 175 additions & 167 deletions

dev/articles/internals.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/ppm.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/ppm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ lists all PPM snapshot dates and ids:
110110
pkgcache::ppm_snapshots()
111111
```
112112

113-
## # A data frame: 3,083 × 2
113+
## # A data frame: 3,102 × 2
114114
## date id
115115
## <date> <chr>
116116
## 1 2017-10-10 2017-10-10
@@ -123,7 +123,7 @@ pkgcache::ppm_snapshots()
123123
## 8 2017-10-17 2017-10-17
124124
## 9 2017-10-18 2017-10-18
125125
## 10 2017-10-19 2017-10-19
126-
## # ℹ 3,073 more rows
126+
## # ℹ 3,092 more rows
127127

128128
You can use the snapshot ids or dates in the PPM repository URL to
129129
select a particular snapshot. E.g. these two repository URLs are

dev/news/index.html

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/news/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
whitespace. Comments within values are also supported
1010
([\#130](https://github.com/r-lib/pkgcache/issues/130)).
1111

12+
- pkgcache now does not fail if Bioconductor is unreachable and
13+
Bioconductor repositories are off
14+
([\#131](https://github.com/r-lib/pkgcache/issues/131)).
15+
16+
- pkgcache now supports macOS binaries on R 4.6.x and later.
17+
1218
## pkgcache 2.2.4
1319

1420
CRAN release: 2025-05-26

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgdown_sha: ~
44
articles:
55
internals: internals.html
66
ppm: ppm.html
7-
last_built: 2026-03-20T07:27Z
7+
last_built: 2026-04-08T20:06Z
88
urls:
99
reference: https://r-lib.github.io/pkgcache/reference
1010
article: https://r-lib.github.io/pkgcache/articles

dev/reference/cran_archive_cache.html

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/reference/cran_archive_cache.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -117,33 +117,33 @@ entries:
117117
``` r
118118
arch <- cran_archive_cache$new()
119119
arch$update()
120-
#> # A data frame: 171,464 × 6
120+
#> # A data frame: 172,379 × 6
121121
#> package version raw mtime url mirror
122122
#> * <chr> <chr> <chr> <dttm> <chr> <chr>
123123
#> 1 A3 0.9.1 A3/A3_0.9.1.tar.gz 2013-02-07 09:00:29 http… https…
124124
#> 2 A3 0.9.2 A3/A3_0.9.2.tar.gz 2013-03-26 18:58:40 http… https…
125125
#> 3 A3 1.0.0 A3/A3_1.0.0.tar.gz 2015-08-16 21:05:54 http… https…
126-
#> 4 aamatch 0.3.7 aamatch/aamatch_0… 2025-06-24 09:40:05 http… https…
127-
#> 5 aaMI 1.0-0 aaMI/aaMI_1.0-0.t… 2005-06-24 15:55:17 http… https…
128-
#> 6 aaMI 1.0-1 aaMI/aaMI_1.0-1.t… 2005-10-17 19:24:18 http… https…
129-
#> 7 aaSEA 1.0.0 aaSEA/aaSEA_1.0.0… 2019-08-01 09:10:08 http… https…
130-
#> 8 aaSEA 1.1.0 aaSEA/aaSEA_1.1.0… 2019-11-09 16:20:04 http… https…
131-
#> 9 AATtools 0.0.1 AATtools/AATtools… 2020-06-14 15:10:07 http… https…
132-
#> 10 AATtools 0.0.2 AATtools/AATtools… 2022-08-12 13:40:11 http… https…
133-
#> # ℹ 171,454 more rows
126+
#> 4 a5R 0.2.0 a5R/a5R_0.2.0.tar… 2026-03-16 19:10:23 http… https…
127+
#> 5 aamatch 0.3.7 aamatch/aamatch_0… 2025-06-24 09:40:05 http… https…
128+
#> 6 aaMI 1.0-0 aaMI/aaMI_1.0-0.t… 2005-06-24 15:55:17 http… https…
129+
#> 7 aaMI 1.0-1 aaMI/aaMI_1.0-1.t… 2005-10-17 19:24:18 http… https…
130+
#> 8 aaSEA 1.0.0 aaSEA/aaSEA_1.0.0… 2019-08-01 09:10:08 http… https…
131+
#> 9 aaSEA 1.1.0 aaSEA/aaSEA_1.1.0… 2019-11-09 16:20:04 http… https…
132+
#> 10 AATtools 0.0.1 AATtools/AATtools… 2020-06-14 15:10:07 http… https…
133+
#> # ℹ 172,369 more rows
134134
arch$list()
135-
#> # A data frame: 171,464 × 6
135+
#> # A data frame: 172,379 × 6
136136
#> package version raw mtime url mirror
137137
#> * <chr> <chr> <chr> <dttm> <chr> <chr>
138138
#> 1 A3 0.9.1 A3/A3_0.9.1.tar.gz 2013-02-07 09:00:29 http… https…
139139
#> 2 A3 0.9.2 A3/A3_0.9.2.tar.gz 2013-03-26 18:58:40 http… https…
140140
#> 3 A3 1.0.0 A3/A3_1.0.0.tar.gz 2015-08-16 21:05:54 http… https…
141-
#> 4 aamatch 0.3.7 aamatch/aamatch_0… 2025-06-24 09:40:05 http… https…
142-
#> 5 aaMI 1.0-0 aaMI/aaMI_1.0-0.t… 2005-06-24 15:55:17 http… https…
143-
#> 6 aaMI 1.0-1 aaMI/aaMI_1.0-1.t… 2005-10-17 19:24:18 http… https…
144-
#> 7 aaSEA 1.0.0 aaSEA/aaSEA_1.0.0… 2019-08-01 09:10:08 http… https…
145-
#> 8 aaSEA 1.1.0 aaSEA/aaSEA_1.1.0… 2019-11-09 16:20:04 http… https…
146-
#> 9 AATtools 0.0.1 AATtools/AATtools… 2020-06-14 15:10:07 http… https…
147-
#> 10 AATtools 0.0.2 AATtools/AATtools… 2022-08-12 13:40:11 http… https…
148-
#> # ℹ 171,454 more rows
141+
#> 4 a5R 0.2.0 a5R/a5R_0.2.0.tar… 2026-03-16 19:10:23 http… https…
142+
#> 5 aamatch 0.3.7 aamatch/aamatch_0… 2025-06-24 09:40:05 http… https…
143+
#> 6 aaMI 1.0-0 aaMI/aaMI_1.0-0.t… 2005-06-24 15:55:17 http… https…
144+
#> 7 aaMI 1.0-1 aaMI/aaMI_1.0-1.t… 2005-10-17 19:24:18 http… https…
145+
#> 8 aaSEA 1.0.0 aaSEA/aaSEA_1.0.0… 2019-08-01 09:10:08 http… https…
146+
#> 9 aaSEA 1.1.0 aaSEA/aaSEA_1.1.0… 2019-11-09 16:20:04 http… https…
147+
#> 10 AATtools 0.0.1 AATtools/AATtools… 2020-06-14 15:10:07 http… https…
148+
#> # ℹ 172,369 more rows
149149
```

0 commit comments

Comments
 (0)