R/lifecycle-package.R

Defines functions .onLoad

#' @keywords internal
#' @import rlang
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

.onLoad <- function(lib, pkg) {
  run_on_load()
}

on_load(
  local_use_cli()
)
r-lib/lifecycle documentation built on Nov. 6, 2023, 11:33 p.m.