R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    if (is.character(libname) && is.character(pkgname)) {
       # soothe codetools::checkUsagePackage
    }
    set_cleanr_options(overwrite = FALSE)
    return(invisible(NULL))
}

Try the cleanr package in your browser

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

cleanr documentation built on July 9, 2023, 7:30 p.m.