Nothing
# No Remotes ----
# Attachments ----
# to_install <- c("MASS", "numDeriv")
to_install <- c("MASS")
no.packages = length(to_install)
for (i in 1:no.packages) {
message(paste("looking for ", to_install[i]))
message(paste(" installing", to_install[i] ))
install.packages(to_install[i])
}
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.