.onAttach <- function(libname = find.package("statarepl"),
pkgname = "statarepl") {
OS <- Sys.info()["sysname"]
if (OS %in% "Windows") {
packageStartupMessage(
"Note: statarepl can't be used on Windows OS."
)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.