Title: | Watch the CRAN Incoming Directories |
---|---|
Description: | Directory reads and summaries are provided for one or more of the subdirectories of the <https://cran.r-project.org/incoming/> directory, and a compact summary object is returned. The package name is a contraption of 'CRAN Incoming Watcher'. |
Authors: | Dirk Eddelbuettel [aut, cre] |
Maintainer: | Dirk Eddelbuettel <[email protected]> |
License: | GPL (>= 2) |
Version: | 0.0.2.1 |
Built: | 2024-12-17 23:20:59 UTC |
Source: | https://github.com/eddelbuettel/ciw |
Directory reads and summaries are provided for one or more of the subdirectories of the <https://cran.r-project.org/incoming/> directory, and a compact summary object is returned. The package name is a contraption of 'CRAN Incoming Watcher'.
Index of help topics:
ciw-package Watch the CRAN Incoming Directories incoming Report on the incoming queue at CRAN
Dirk Eddelbuettel <[email protected]>
Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>)
Summarizes the current state of the incoming queue at CRAN. A shorter alias is provided by
function ciw
.
incoming(folder = c("auto", known_folders), check = TRUE, sort = TRUE, ping = TRUE, max_age = 168) ciw(folder = c("auto", known_folders), check = TRUE, sort = TRUE, ping = TRUE, max_age = 168) known_folders
incoming(folder = c("auto", known_folders), check = TRUE, sort = TRUE, ping = TRUE, max_age = 168) ciw(folder = c("auto", known_folders), check = TRUE, sort = TRUE, ping = TRUE, max_age = 168) known_folders
folder |
A character variable correponding to one (or more) of the existing directories
at the |
check |
A logical variable with a default of ‘TRUE’ indicating that the value of ‘folder’ should be check against a list of known values. Using ‘FALSE’ allows new values, or different combinations not supported by default. |
sort |
A logical variable with a default of ‘TRUE’ indicating that the overall result be sorted by column ‘Age’. |
ping |
A logical variable with a default of ‘TRUE’ indicating that network connectivity should be checked first. |
max_age |
A numerical value with the maximum age (in hours) for packages to be displayed; default is 168 (i.e. seven days). |
known_folders
is an unexported global state variable with a simple vector of
the (currently) known directory names “archive”, “inspect”, “newbies”,
“pending”, “pretest”, “publish”, “recheck”, “waiting”,
“BA”, “KH”, “KL”, “UL”, and “VW”.
A ‘data.table’ object with first column ‘folder’ as well as columns for package name, upload time and size.
incoming()
incoming()