diff --git a/R/zzz.R b/R/zzz.R deleted file mode 100644 index 10f29ed..0000000 --- a/R/zzz.R +++ /dev/null @@ -1,4 +0,0 @@ -.onAttach <- function(...) { - tip <- "Learn how to use {mctq} at gipso.github.io/mctq ." - package_startup_message(paste(strwrap(tip), collapse = "\n")) -}