r-rappdirs¶
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.
Home | https://github.com/hadley/rappdirs https://github.com/ActiveState/appdirs |
Versions | 0.3 |
License | MIT + file LICENSE |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-rappdirs |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install r-rappdirs
and update with:
conda update r-rappdirs