Releases: r-lib/pkgcache
v1.0.6
-
HTTP timeouts are now much better, and by default they are defined
in terms of download speed, instead of total download time (#29). -
pkgcache now tries to download metadata from the
PACKAGESfile, if it
cannot findPACKAGES.gz(@timmsm, #27). -
pkgcache is now less verbose when updating or loading metadata.
v1.0.5
- Fix a bug in the download functions, that broke pak downloads.
v1.0.4
-
Fix handling of Bioconducor versions and repositories, see
README for the details. -
Now different versions of pkgcache, that potentially have different
metadata format, can share the same metadata cache directory.
v1.0.3
-
Fix concurrency issues when the async API is used multiple times in the
same event loop. -
Make package compatible with tibble >= 2.0.0.
-
Add
meta_cache_summary()and asummary()method for
cranlike_metadata_cache. Return information about a metadata cache
instance.
v1.0.2
pkgcache 1.0.2
- First public release