R/utils.R

Defines functions ignore_unused_imports

# Straight from the R Packages book.
ignore_unused_imports <- function() {
  lubridate::as_datetime # We call this from C, which the check() misses.
}

Try the structenforcement package in your browser

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

structenforcement documentation built on June 8, 2025, 11:49 a.m.