Skip to content

Commit

Permalink
updated cded_raster depr msg (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
bevingtona committed Dec 8, 2023
1 parent 9578067 commit 54e8ddf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/cded.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ cded_raster <- function(aoi = NULL, tiles_50K = NULL, .predicate = sf::st_inters
lifecycle::deprecate_warn(
when = "2.1.0",
what = "cded_raster()",
with = "cded_stars() or cded_terra()",
details = "bcmaps has begun dropping support for raster objects. Please consider switching to terra or stars."
details = "bcmaps has begun dropping support for raster objects. Please consider switching to cded_terra() or cded_stars()."
)

if (!requireNamespace("raster", quietly = TRUE)) {
Expand Down

0 comments on commit 54e8ddf

Please sign in to comment.