Skip to content

Commit b2bd689

Browse files
committed
add deprecation badges
1 parent 630b05f commit b2bd689

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

R/fortify-map.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#' Fortify method for map objects
22
#'
3+
#' @description
4+
#' `r lifecycle::badge("deprecated")`
5+
#'
36
#' This function turns a map into a data frame that can more easily be
47
#' plotted with ggplot2.
58
#'

R/fortify-spatial.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#' Fortify method for classes from the sp package.
22
#'
3+
#' @description
4+
#' `r lifecycle::badge("deprecated")`
5+
#'
36
#' To figure out the correct variable name for region, inspect
47
#' `as.data.frame(model)`.
58
#'

0 commit comments

Comments
 (0)