.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) {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.