diff --git a/R/spatsoc.R b/R/spatsoc.R index 3293a358..f383f0b1 100644 --- a/R/spatsoc.R +++ b/R/spatsoc.R @@ -25,14 +25,3 @@ #' @aliases spatsoc-package #' @keywords internal "_PACKAGE" - - - -.onAttach <- function(libname, pkgname) { - packageStartupMessage( - 'Note: spatsoc has been updated to follow the R-spatial evolution. \n', - 'Package dependencies and some functions have been modified. \n', - 'Please see the NEWS for details: \n', - 'https://docs.ropensci.org/spatsoc/index.html#news' - ) -}