From 5e077d87b4fa7fcba5e7ab6702b697fb2182f0f9 Mon Sep 17 00:00:00 2001 From: "Alec L. Robitaille" Date: Fri, 1 Nov 2024 11:53:39 -0300 Subject: [PATCH] rm package startup message about r-spatial evolution --- R/spatsoc.R | 11 ----------- 1 file changed, 11 deletions(-) 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' - ) -}