./devel/R-rappdirs, Application Directories: Determine Where to Save Data, Caches, and Logs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.3, Package name: R-rappdirs-0.3.3, Maintainer: pkgsrc-users

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.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

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-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-06-06 14:59:30 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-rappdirs) Updatd 0.3.1 to 0.3.3

# 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 13:05:31 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/R-rappdirs) import R-rappdirs-0.3.1

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.