R/supernova-package.R

Defines functions .onLoad

## usethis namespace: start
#' @importFrom lifecycle deprecated
## usethis namespace: end
NULL

.onLoad <- function(libname, pkgname) {
  backports::import(pkgname, "str2lang")
}

# Suppress R CMD check note (these are actually used)
#' @importFrom methods setOldClass
NULL

Try the supernova package in your browser

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

supernova documentation built on Nov. 5, 2023, 1:09 a.m.