rappdirs icon indicating copy to clipboard operation
rappdirs copied to clipboard

Find OS-specific directories to store data, caches, and logs. A port of python's AppDirs

Results 9 rappdirs issues
Sort by recently updated
recently updated
newest added

Problem: In recent R versions (not sure when it changed), the format of warnings has changed making the snapshot `_snaps/utils.md` incorrect and the test to fail. This PR switches the...

Happy New Year! In my weathercan package I included an option for saving a data frame of stations data to a cache directory, found with rappdirs. ``` stations_file "And if...

documentation
feature

For now it is just an observation and it does not cause issue directly. However, it seems not quite right to have different path separator in the same PATH. On...

feature

When I run "user_data_dir("test")` on my Windows 10 machine: ``` C:\\User\\Dean\\AppData\\Local\\test\\test ``` On my MacOS 10.15 Catalina: ``` "/Users/dean/Library/Application Support/test" ``` Both of those use expanded paths for home dir....

feature

Pre-history * [ ] `usethis::use_readme_rmd()` * [ ] `usethis::use_roxygen_md()` * [ ] `usethis::use_github_links()` * [ ] `usethis::use_pkgdown_github_pages()` * [ ] `usethis::use_tidy_github_labels()` * [ ] `usethis::use_tidy_style()` * [ ] `usethis::use_tidy_description()` *...

upkeep