Package: rappdirs
Type: Package
Title: Application Directories: Determine Where to Save Data, Caches,
        and Logs
Version: 0.3.1
Authors@R: c(
    person("Hadley", "Wickham", email = "hadley@rstudio.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.
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-03-28 19:04:15 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 <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-03-28 23:10:10
