#' a vector of package names needed for a fairly complete BBS run, jul 7 2019
#' @docType data
#' @format character vector
#' @examples
#' data(installed_r)
#' head(installed_r)
"installed_r"
#' a list of rcmdcheck::rcmdcheck results for demonstration purposes, produced nov 2022
#' @docType data
#' @format list
#' @examples
#' data(demo_rcmdcheck_out)
#' names(demo_rcmdcheck_out)
"demo_rcmdcheck_out"
#' a list of BiocCheck::BiocCheck results for demonstration purposes, produced nov 2020
#' @docType data
#' @format list
#' @examples
#' data(demo_bcchk_out)
#' names(demo_bcchk_out)
"demo_bcchk_out"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.