build_sqlite_db: use outputs of get_checks and get_bcc to build a database of...

View source: R/build_sqlite.R

build_sqlite_dbR Documentation

use outputs of get_checks and get_bcc to build a database of all events of error or warning

Description

use outputs of get_checks and get_bcc to build a database of all events of error or warning

Usage

build_sqlite_db(
  dbname = "chks.sqlite",
  rcmdcheck_obj_dir,
  bccheck_obj_dir,
  exists_ok = FALSE
)

Arguments

dbname

character(1) a sqlite database name

rcmdcheck_obj_dir

character(1) path to a collection of rcmdcheck outputs

bccheck_obj_dir

character(1) path to a collection of bco2df outputs, produced after running BiocCheck on sources

exists_ok

logical(1) passed to status_db_init


vjcitn/BiocBuildTools documentation built on March 15, 2024, 4:19 a.m.