Skip to content

Commit

Permalink
rm package startup message about r-spatial evolution
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Nov 1, 2024
1 parent b9f6bda commit 5e077d8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions R/spatsoc.R
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
}

0 comments on commit 5e077d8

Please sign in to comment.