Nothing
.onAttach <- function(libname, pkgname) {
if (!requireNamespace("torch", quietly = TRUE)) {
packageStartupMessage(
"The 'torch' package is suggested but not installed.\n",
"Install it with: install.packages('torch')",
"\nAfter installation, run torch::install_torch() if prompted."
)
}
}
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.