R/simulist-package.R

Defines functions ignore_unused_imports

# https://usethis.r-lib.org/reference/use_package_doc.html

#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL

# nocov start
# fix for R CMD check from https://github.com/hadley/r-pkgs/issues/828
ignore_unused_imports <- function() {
  epiparameter::epiparameter
}
# nocov end

Try the simulist package in your browser

Any scripts or data that you put into this service are public.

simulist documentation built on April 12, 2025, 1:34 a.m.