summaryrefslogtreecommitdiff
path: root/devel/R-rappdirs
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2021-06-06(devel/R-rappdirs) Updatd 0.3.1 to 0.3.3mef2-7/+7
# rappdirs 0.3.3 * rappdirs functions are no longer vectorised; this was an accidental change in 0.3.2 (#32). # rappdirs 0.3.2 * `user_data_dir()`, `use_cache_dir()` and `use_config_dir()` now respect `R_USER_DATA_DIR`, `R_USER_CACHE_DIR` and `R_USER_CONFIG_DIR` env vars (#27). * No longer uses methods package.
2021-01-01(devel/R-rappdirs) import R-rappdirs-0.3.1mef3-0/+23
An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's 'Appdirs' (\url{https://github.com/ActiveState/appdirs}) to R.