.onAttach <- function(libname, pkgname){
packageStartupMessage("DAtest version 2.8.0")
if (Sys.getenv("RSTUDIO") == "1" && !nzchar(Sys.getenv("RSTUDIO_TERM")) &&
Sys.info()["sysname"] == "Darwin" && getRversion() == "4.0.0") {
snow::setDefaultClusterOptions(setup_strategy = "sequential")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.