diff --git a/R/zzz.R b/R/zzz.R deleted file mode 100644 index ce23bf7c..00000000 --- a/R/zzz.R +++ /dev/null @@ -1,10 +0,0 @@ -.onLoad <- function(libname, pkgname){ - packageStartupMessage( - paste0( - "Loading stplanr v1.0.0.\n", - "Note: this version removes support for sp objects.\n", - "If you require support for sp, use an older version or shift to sf.\n", - "See r-spatial.org/r/2022/04/12/evolution.html for motivation." - ) - ) -}