checkCRANStatus {dang} | R Documentation |
Report Maintainer Status at CRAN
checkCRANStatus(email, cache, cache.life = 24 * 3600)
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 |
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.
Nothing, the sideffect of the display is the main effect
Brodie Gaslam (with minor modifications by Dirk Eddelbuettel)