pkgcache 2.0.3
-
The
built
andsysreqs
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 atbl
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 theforce
argument. -
The
sources
column in the metadata cache now has the correct URL for
packages in the CRAN archive (r-lib/pak#425).