R/zzz.R

Defines functions ignore_unused_imports

## Package setup functions

## unused function to make sure `admtools` namespace is loaded
# see https://r-pkgs.org/dependencies-in-practice.html#how-to-not-use-a-package-in-imports
ignore_unused_imports <- function() {
  admtools::tp_to_adm #arbitrary reference to admtools
}

Try the StratPal package in your browser

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

StratPal documentation built on April 3, 2025, 8:54 p.m.