Nothing
.onLoad <- function(libname, pkgname) {
# This defines maxent in the model database
current <- parsnip::get_model_env()
# only set the model if it does not exist yet
# this allows to use devtools::load_all() repeatedly
if (!any(current$models == "maxent")) {
make_maxent()
}
}
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.