Skip to content

Commit

Permalink
typo is startup message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Sep 11, 2023
1 parent 18e0e6b commit 260b3e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/zzz.R
Expand Up @@ -2,10 +2,10 @@ op <- options()

.onAttach <- function(libname, pkgname) {
packageStartupMessage(
"elevatr v0.99.0 NOTE: Version 0.99.0 of 'elevatr' uses 'sf' and 'terra'.
Support for the 'sp', 'raster' (and underlying 'rgdal') packages is being
deprecated; however, get_elev_raster continues to return a RasterLayer.
This will be dropped in future versions, so please plan accordingly.")
"elevatr v0.99.0 NOTE: Version 0.99.0 of 'elevatr' uses 'sf' and 'terra'. Use
of the 'sp', 'raster', and underlying 'rgdal' packages by 'elevatr' is being
deprecated; however, get_elev_raster continues to return a RasterLayer. This
will be dropped in future versions, so please plan accordingly.")
}

.onUnload <- function(libname, pkgname){
Expand Down

0 comments on commit 260b3e9

Please sign in to comment.