Skip to content

Releases: r-lib/rappdirs

rappdirs 0.3.3

31 Jan 15:58
Compare
Choose a tag to compare
  • rappdirs functions are no longer vectorised; this was an accidental change
    in 0.3.2 (#32).

rappdirs 0.3.2

27 Jan 14:37
Compare
Choose a tag to compare
  • 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.

rappdirs 0.3.1

28 Mar 22:37
Compare
Choose a tag to compare

Minor R CMD check and test fixes.

rappdirs 0.3

02 Sep 17:45
Compare
Choose a tag to compare
  • first CRAN release
  • xxx_dir() functions only use version when appname is not null
  • docs: basic package docs (?rappdirs)
  • docs: clarify primary purpose of os argument in xxx_dir() i.e. testing
  • fix typo in function name in README.md (app_dirs -> app_dir)
  • dev: add travis continuous integration
  • dev: add rstudio project
  • dev: update to roxygen2 v4.0.1