R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(libname = find.package("stochvolTMB"), pkgname = "stochvolTMB") {
  
  # CRAN Note avoidance
  utils::globalVariables(
    c(
      ".N", "type", "Estimate", "Std. Error", "z value", "Pr(>|z^2|)", "parameter", "estimate"
    )
  )
  invisible()
}

.onUnload <- function(libpath) {
}

Try the stochvolTMB package in your browser

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

stochvolTMB documentation built on Aug. 13, 2021, 5:07 p.m.