checkdb: CRAN checks file (check_results.rds)

checkdbR Documentation

CRAN checks file (check_results.rds)

Description

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.

Usage

checkdb_down(dir = ".", repos = getOption("repos")[1])

checkdb_load(filename = "check_results.rds")

Arguments

dir

character. The directory where filename or tar.gz files are saved. Default value "." is the current directory.

repos

character. The address of your local CRAN.

filename

character. The path to file "check_results.rds" (or equivalent).

Examples

### 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)


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