Nothing
.onAttach <- function(libname, pkgname) {
invisible(suppressPackageStartupMessages(
sapply(c("brms"),
requireNamespace, quietly = TRUE)
))
if("rethinking" %in% (.packages())){
packageStartupMessage("Package 'rethinking' detached and unloaded as it creates conflict",
" \nwith the current rstan version ", utils::packageVersion('rstan'))
detach("package:rethinking", unload=TRUE)
}
}
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.