diff --git a/R/zzz.R b/R/zzz.R index 207bd8c..61ae83d 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -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){