Nothing
# register emmeans methods dynamically
.onLoad <- function(libname, pkgname) {
if (requireNamespace("emmeans", quietly = TRUE)) {
if (utils::packageVersion("emmeans") < "1.4") {
warning("please install a newer version of emmeans (> 1.4)")
return(NULL)
}
emmeans::.emm_register("sdmTMB", pkgname)
}
}
.onUnload <- function(libpath) {
library.dynam.unload("sdmTMB", libpath)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.