R/prep_source.R

Defines functions package_structure code_structure

#' @include lists.R

# Sentinel preps: checks that perform their own work (via ts_get() or
# direct filesystem calls) still need a registered prep name so that
# required_preps() can resolve the check's `preps` field.

PREPS$code_structure <- function(state, path = state$path, quiet) {
  state
}

PREPS$package_structure <- function(state, path = state$path, quiet) {
  state
}

Try the goodpractice package in your browser

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

goodpractice documentation built on June 5, 2026, 5:06 p.m.