e_check {RWsearch} | R Documentation |
Check Results of Packages Identified by their Email Address
Description
e_check
opens the browser and returns the "CRAN Check Results" page(s)
of the packages maintained by one or several maintainers identified by their
regular email addresses (but not the orphaned ones). An internet connection
is required. This function is a simplified version of the functions proposed
in the package foghorn.
Usage
e_check(..., char = NULL, repos = getOption("repos")[1])
Arguments
... |
any format recognized by |
char |
(name to) a character vector. Use this argument if
|
repos |
character. The address of your local CRAN. |
Examples
if (interactive()) {
e_check(c("FatTailsR@inmodelia.com", "christophe.dutang@ensimag.fr"),
repos = "https://cloud.r-project.org")
}
[Package RWsearch version 5.1.4 Index]