Skip to content

Commit a0e35be

Browse files
committed
Remove lifecycle macro from docs
1 parent 9612e4a commit a0e35be

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

R/get_gender.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#' @param internal Use internal data to predict gender? Allowing this option makes
2929
#' the function faster, but it does not support getting results by State.
3030
#' Defaults to \code{TRUE}.
31-
#' @param encoding \lifecycle{deprecated} Previously used to strip accents via
31+
#' @param encoding (Deprecated) Previously used to strip accents via
3232
#' \code{iconv}. Accents are now removed with a platform-independent method and
3333
#' this argument is ignored. It will be removed in a future version.
3434
#' @param year Census year used in the prediction. Supported values are \code{2010}

R/get_gender_nn.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#' \code{FALSE}.
2323
#' @param threshold Numeric indicating the threshold used in predictions.
2424
#' Defaults to 0.9.
25-
#' @param encoding \lifecycle{deprecated} Previously used to strip accents via
25+
#' @param encoding (Deprecated) Previously used to strip accents via
2626
#' \code{iconv}. Accents are now removed with a platform-independent method and
2727
#' this argument is ignored. It will be removed in a future version.
2828
#'

R/map_gender.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' as a full name (e.g., Ana Maria de Souza). \code{get_gender} is case insensitive.
88
#' @param gender A string with the gender to look for. Valid inputs are \code{m}, for males, \code{f},
99
#' for females, and \code{NULL}, in which case the function returns results for all persons with a given name.
10-
#' @param encoding \lifecycle{deprecated} Previously used to strip accents via
10+
#' @param encoding (Deprecated) Previously used to strip accents via
1111
#' \code{iconv}. Accents are now removed with a platform-independent method and
1212
#' this argument is ignored. It will be removed in a future version.
1313
#'

man/get_gender.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_gender_nn.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/map_gender.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)