#' @keywords internal
"_PACKAGE"
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
spk <- NULL
.onLoad <- function(libname, pkgname) {
reticulate::configure_environment(pkgname)
spk <<- reticulate::import("spektral", delay_load = list(
priority = 10,
environment = "r-tensorflow"
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.