Skip to content

Commit

Permalink
(devel/R-pkgcache) Updated 2.0.4 to 2.1.1
Browse files Browse the repository at this point in the history
# pkgcache 2.1.1

* `parse_installed()` now has a `packages` argument, to list only a subset
  of all packages.

* `parse_packages()` can now parse `PACKAGES` files with trailing
  whitespace (#93).

* The Bioconductor repositories now include the 'books' repository,
  available since Bioconductor 3.12.

# pkgcache 2.1.0

* pkgcache now supports binary packages on x86_64 macOS and R 4.3.0 and
  later (#89).

* Better Posit Package Manager (PPM) support. New `ppm_has_binaries()`,
  `ppm_r_versions()`, `ppm_repo_url()`, `ppm_snapshots()` and `ppm_platforms()`
  functions to help interacting with PPM. See the new 'pkgcache and Posit
  Package Manager on Linux' article at https://r-lib.github.io/pkgcache.
  (#47 and r-lib/pkgdepends#186).
  • Loading branch information
mef committed Jun 18, 2023
1 parent 5deda8f commit fd3b60d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-pkgcache/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2023/01/01 01:23:31 mef Exp $
# $NetBSD: Makefile,v 1.9 2023/06/18 14:14:31 mef Exp $

R_PKGNAME= pkgcache
R_PKGVER= 2.0.4
R_PKGVER= 2.1.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions devel/R-pkgcache/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2023/01/01 01:23:31 mef Exp $
$NetBSD: distinfo,v 1.8 2023/06/18 14:14:31 mef Exp $

BLAKE2s (R/pkgcache_2.0.4.tar.gz) = 55659d60545a02ee046d27f702f0e2617d948799630fd0d76315a1ecde6c842e
SHA512 (R/pkgcache_2.0.4.tar.gz) = 4d22b50ea9b0fac436dfde9eab708e5a458969d51cf02afb788055fa4c1b2881b637148467b3f4ad2ac79e2fc22840da93396431b0e0ef43a378983e69b8b47a
Size (R/pkgcache_2.0.4.tar.gz) = 236939 bytes
BLAKE2s (R/pkgcache_2.1.1.tar.gz) = 21247998bb594a657d1e043d63206234042f6e82fdcaa1bfc964c179f56e3d64
SHA512 (R/pkgcache_2.1.1.tar.gz) = 2675671ab1518dcca2b005ad888a0f4c60f4e35b20d6fe95170b56bbe2cb0ebf41480623f0cfaa3f516754b2dfddf400cd916c68e6eddc601924080e5bd77192
Size (R/pkgcache_2.1.1.tar.gz) = 258278 bytes

0 comments on commit fd3b60d

Please sign in to comment.