All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
# Version 2.0.0
* Memoise now uses caching objects from the cachem package by default. These caches support automatic pruning, so that they won't grow indefinitely. The older-style cache objects in the memoise package are still supported, but we suggest using new-style caches from cachem. (#112)
* Name clashes between function arguments and variables defined when memoising
no longer occur (@egnha, #43).
* Add Google Cloud Storage support via `cache_gcs()` (@MarkEdmondson1234, #59)
* Add `compress` option for non-memory caches (@coolbutuseless, #71).
* Use absolute path in cache file system backend, so user can change working
directory after using relative path (@xhdong-umd, #51, #65)
* Add `drop_cache()` to drop the cached result for particular arguments
(@richardkunze, #78)
* Suppress messages of `aws.s3::head_object` within `cache_s3`'s `cache_has_key`
to avoid printing of 404 messages for new keys (@stelsemeyer, #96).
The canonical form [1] of an R package Makefile includes the
following:
- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
needed), and CATEGORIES.
- HOMEPAGE is not present but defined in math/R/Makefile.extension to
refer to the CRAN web page describing the package. Other relevant
web pages are often linked from there via the URL field.
This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.
[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES. Consequently, it is redundant for the individual
packages to do the same. Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.