e_check: Check Results of Packages Identified by their Email Address

View source: R/e_check.R

e_checkR 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 cnsc, except list. A vector of quoted "e-mail adresses".

char

(name to) a character vector. Use this argument if ... fails or if you call the function from another function. If used, argument ... is ignored.

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")
}

RWsearch documentation built on March 18, 2022, 5:17 p.m.