R/system.R

Defines functions .onLoad

# nocov start
.onLoad <- function(libname, pkgname) {
  # default values specified via options

  if(is.null(getOption('oshka.class.shield')))
    options(oshka.class.shield=TRUE)
  if(is.null(getOption('oshka.name.shield')))
    options(oshka.name.shield=c("::", ":::"))
}
# nocov end

Try the oshka package in your browser

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

oshka documentation built on May 1, 2019, 9:19 p.m.