R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "From v5.0.0 objects of class 'raster' and 'sp' are being phased out.
They are still supported but we recommend using 'terra' or 'sf' inputs instead.
You can convert to 'terra' or 'sf' objects through rast() or st_as_sf()"
  )
}
charliem2003/downscale documentation built on July 1, 2023, 8:28 a.m.