Skip to content

Commit a64f726

Browse files
committed
Document soft deprecation
1 parent ffc5b48 commit a64f726

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

R/deprecated.R

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@
1818
#' }
1919
#' }
2020
#'
21+
#' \describe{
22+
#' \item{`add_osm_feature()`}{
23+
#' Please use [`filter_osm_tags()`] instead.
24+
#' In future versions, using [`add_osm_feature()`] will produce a deprecation warning.
25+
#' }
26+
#' }
27+
#'
28+
#' \describe{
29+
#' \item{`add_osm_features()`}{
30+
#' Please use [`add_osm_tags()`] instead.
31+
#' In future versions, using [`add_osm_features()`] will produce a deprecation warning.
32+
#' }
33+
#' }
34+
#'
2135
#' @name osmdata-deprecated
2236
#' @keywords internal
2337
NULL

man/osmdata-deprecated.Rd

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)