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
Built: R 3.1.1; x86_64-apple-darwin10.8.0; 2014-09-03 12:53:15 UTC; unix
Archs: rappdirs.so.dSYM
