r-rappdirs¶
Summary¶
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.
Versions¶
- 0.3
License¶
MIT + file LICENSE
Meta¶
package:
name: r-rappdirs
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.3"
source:
fn: rappdirs_0.3.tar.gz
url:
- http://cran.r-project.org/src/contrib/rappdirs_0.3.tar.gz
- http://cran.r-project.org/src/contrib/Archive/rappdirs/rappdirs_0.3.tar.gz
# You can add a hash for the file here, like md5 or sha1
# md5: 49448ba4863157652311cc5ea4fea3ea
# sha1: 3bcfbee008276084cbb37a2b453963c61176a322
# patches:
# List any patch files here
# - fix.patch
build:
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
# This is required to make R link correctly on Linux.
rpaths:
- lib/R/lib/
- lib/
# Suggests: testthat, roxygen2
requirements:
build:
- r
- gcc # [not win]
run:
- r
- libgcc # [not win]
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('rappdirs')" # [not win]
- "\"%R%\" -e \"library('rappdirs')\"" # [win]
# You can also put a file called run_test.py, run_test.sh, or run_test.bat
# in the recipe that will be run at test time.
# requires:
# Put any additional test requirements here.
about:
home: https://github.com/hadley/rappdirs https://github.com/ActiveState/appdirs
license: MIT + file LICENSE
summary: 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.
# The original CRAN metadata for this package was:
# Package: rappdirs
# Type: Package
# Title: Application directories: determine where to save data, caches and logs.
# Version: 0.3
# Authors@R: c( person("Hadley", "Wickham", email = "h.wickham@gmail.com", role = c("trl", "cre", "cph")), person("RStudio", role = "cph"), person("Sridhar", "Ratnakumar", role = "aut"), person("Trent", "Mick", role = "aut"), person("ActiveState", role = "cph", comment = "R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs"), person("Eddy", "Petrisor", role = "ctb"), person("Trevor", "Davis", role = c("trl", "aut")), person("Gabor", "Csardi", role = "ctb"), person("Gregory", "Jefferis", role = "ctb") )
# Depends: R (>= 2.14), methods
# Suggests: testthat, roxygen2
# Description: 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.
# BugReports: https://github.com/hadley/rappdirs/issues
# URL: https://github.com/hadley/rappdirs https://github.com/ActiveState/appdirs
# License: MIT + file LICENSE
# Copyright: Original python appdirs module copyright (c) 2010 ActiveState Software Inc. R port copyright Hadley Wickham, RStudio. See file LICENSE for details.
# Packaged: 2014-09-02 15:34:08 UTC; hadley
# Author: Hadley Wickham [trl, cre, cph], RStudio [cph], Sridhar Ratnakumar [aut], Trent Mick [aut], ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs), Eddy Petrisor [ctb], Trevor Davis [trl, aut], Gabor Csardi [ctb], Gregory Jefferis [ctb]
# Maintainer: Hadley Wickham <h.wickham@gmail.com>
# NeedsCompilation: yes
# Repository: CRAN
# Date/Publication: 2014-09-02 19:44:02
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml