Nothing
# global reference to geomstats (will be initialized in .onLoad)
gs <- NULL
.onLoad <- function(libname, pkgname) { # nocov start
reticulate::configure_environment(pkgname)
# use superassignment to update global reference to geomstats
gs <<- reticulate::import("geomstats", delay_load = TRUE, convert = TRUE)
} # nocov end
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.