Subject: CVS commit: pkgsrc/devel/R-pkgcache
From: Makoto Fujiwara
Date: 2022-12-18 04:25:06
Message id: 20221218032506.A4B83FA90@cvs.NetBSD.org

Log Message:
(devel/R-pkgcache) Updated  2.0.1 to 2.0.3

# pkgcache 2.0.3

* The `built` and `sysreqs` columns of the metadata case are always
  character vectors now, and not logicals, as it used to be in some
  edges cases in the past.

* The `deps` column of the metadata cache is not a tibble any more,
  but a data frame with a `tbl` class, as it should be.

* `cran_archive_*()` functions now only download the metadata if it is newer
  than what you have currently.

* `cran_archive_cleanup()` now does not ignore the `force` argument.

* The `sources` column in the metadata cache now has the correct URL for
  packages in the CRAN archive (https://github.com/r-lib/pak/issues/425).

# pkgcache 2.0.2

* pkgcache error messages are better now.

* pkgcache now does not compress the metadata cache files, which makes
  loading the metadata cache faster.

Files:
RevisionActionfile
1.7modifypkgsrc/devel/R-pkgcache/Makefile
1.6modifypkgsrc/devel/R-pkgcache/distinfo