Nothing
.onAttach <- function(libname, pkgname) {
# Check if X11 is available
if (capabilities("X11")) {
if (requireNamespace("tcltk", quietly = TRUE)) {
packageStartupMessage("tcltk loaded successfully with X11 support.")
} else {
packageStartupMessage("tcltk is suggested but not installed.")
}
} else {
packageStartupMessage("X11 not available, skipping tcltk.")
}
}
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.