Nothing
.onAttach <- function(...) {
if (!interactive()) return()
tip <- c(
"The imgw package is deprecated and will be retiring soon. Please use the climate package instead. Learn more at https://github.com/bczernecki/climate."
)
packageStartupMessage(paste(strwrap(tip), collapse = "\n"))
}
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.