Last data update: 2014.03.03

rappdirs

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

● 0 images, 6 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rappdirs' ...
** package 'rappdirs' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c win-path.c -o win-path.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rappdirs.so win-path.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rappdirs/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rappdirs'
    finding HTML links ... done
    app_dir                                 html  
    rappdirs-package                        html  
    site_data_dir                           html  
    user_cache_dir                          html  
    user_data_dir                           html  
    user_log_dir                            html  
** building package indices
** testing if installed package can be loaded
* DONE (rappdirs)
Making 'packages.html' ... done