Nothing
.onAttach <- function(...) {
pkg_desc <- utils::packageDescription("flevr")
packageStartupMessage(paste0(
"flevr version ", pkg_desc$Version,
": ", pkg_desc$Title
))
}
.onLoad <- function(...) {
# set thread limit for xgboost to pass CRAN check
Sys.setenv("OMP_THREAD_LIMIT" = 1)
}
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.