R/Myfoofactors-package.R

# Options for package
#' @section Options:
#' - `testthat.use_colours`: Should the output be coloured? (Default: `TRUE`).
#' - `testthat.summary.max_reports`: The maximum number of detailed test
#'    reports printed for the summary reporter (default: 10).
#' - `testthat.summary.omit_dots`: Omit progress dots in the summary reporter
#'    (default: `FALSE`).

#' @examples
#' \dontrun{
#' library(testthat)
#' a <- 9
#' expect_that(a, is_less_than(10))
#' expect_lt(a, 10)
#' }

# Infomation parsed by roxygen2 from the DESCRIPTION, including title,
# description, list of authors, and useful URLs.
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @useDynLib Myfoofactors
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL
chriszheng2016/Myfoofactors documentation built on May 8, 2020, 1:02 a.m.