R/zzz.R

.onAttach <- function(...) {
  AttachNote <- "
Please be aware: this development package has the potential to mess with your ggplot2 calls.
If you find a bug, please let me know: https://github.com/jonocarroll/ggghost/issues
"
  packageStartupMessage(paste(strwrap(AttachNote), collapse = "\n"))
}

Try the ggghost package in your browser

Any scripts or data that you put into this service are public.

ggghost documentation built on May 1, 2019, 9:25 p.m.