checkdb | R Documentation |
checkdb_down
downloads from CRAN the file check_results.rds,
saves it unchanged in the designated directory and loads it in .GlobalEnv
under the name checkdb
.
checkdb_load
loads the file check_results.rds
in .GlobalEnv
under the name checkdb
.
checkdb
is a data.frame of dimension 200000 x 10 (approximatively). It is
used by the functions p_check_lst
and p_checkdeps_lst
.
checkdb_down(dir = ".", repos = getOption("repos")[1])
checkdb_load(filename = "check_results.rds")
dir |
character. The directory where |
repos |
character. The address of your local CRAN. |
filename |
character. The path to file "check_results.rds" (or equivalent). |
### zcheck_results.rds is a subset of 107 packages synchronized with zcrandb.
checkdb_load(system.file("aabb", "zcheck_results.rds", package = "RWsearch"))
dim(checkdb)
head(checkdb, 15)
unique(checkdb$Package)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.