checkCRANStatus {dang} | R Documentation |
Maintainer Status at CRAN
Description
Report Maintainer Status at CRAN
Usage
checkCRANStatus(email, cache, cache.life = 24 * 3600)
Arguments
email |
A character variable with the maintainer email |
cache |
A character variable with an optional cache file, default value is to use a file inside the per-session temporary directory |
cache.life |
A numeric timeout, defaults to one day |
Details
This function retrieves the maintainer status (given an email) at CRAN. Values are optionally cached; the default cache location is inside the per-session temporary directory as R should not write elsewhere.
Value
Nothing, the sideffect of the display is the main effect
Author(s)
Brodie Gaslam (with minor modifications by Dirk Eddelbuettel)
[Package dang version 0.0.16 Index]