e_check | R Documentation |
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.
e_check(..., char = NULL, repos = getOption("repos")[1])
... |
any format recognized by |
char |
(name to) a character vector. Use this argument if
|
repos |
character. The address of your local CRAN. |
if (interactive()) {
e_check(c("FatTailsR@inmodelia.com", "christophe.dutang@ensimag.fr"),
repos = "https://cloud.r-project.org")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.