Nothing
# ::rtemis.a3::
# 2024- EDG rtemis.org
rtemis.a3_version <- utils::packageVersion("rtemis.a3")
.onLoad <- function(libname, pkgname) {
S7::methods_register()
}
.onAttach <- function(libname, pkgname) {
packageStartupMessage(
paste0(
".:",
pkgname,
" ",
rtemis.a3_version,
" \U1F9EC",
" ",
utils::sessionInfo()[[2]]
)
)
}
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.