R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) { # Exclude Linting
    run_r_tests_for_known_hosts()
    options(wipe_clean_environment = .GlobalEnv)
}

Try the fritools package in your browser

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

fritools documentation built on Nov. 19, 2023, 1:06 a.m.