Skip to content

Commit

Permalink
Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Oct 3, 2024
1 parent edc3b34 commit 98909a7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions R/defunct.R
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ rl_sp_category_ <- function(category, key = NULL, parse = TRUE, ...) {
#'
#' This function is fully deprecated in favor of
#' [rl_species_latest()]`$citation` as of **rredlist** version 1.0.0.
#' @keywords internal
#' @export
#' @usage NULL
rl_sp_citation <- function(name = NULL, id = NULL, region = NULL,
Expand All @@ -249,6 +250,7 @@ rl_sp_citation_ <- function(name = NULL, id = NULL, region = NULL,
#'
#' This function is fully deprecated in favor of [rl_countries()] as of
#' **rredlist** version 1.0.0.
#' @keywords internal
#' @export
#' @usage NULL
rl_sp_country <- function(country, key = NULL, parse = TRUE, ...) {
Expand All @@ -268,6 +270,7 @@ rl_sp_country_ <- function(country, key = NULL, ...) {
#'
#' This function is fully deprecated in favor of
#' [rl_species_latest()]`$taxon$synonyms` as of **rredlist** version 1.0.0.
#' @keywords internal
#' @export
#' @usage NULL
rl_synonyms <- function(name = NULL, key = NULL, parse = TRUE, ...) {
Expand Down
5 changes: 3 additions & 2 deletions man/rl_measures.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/rl_sp_citation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/rl_sp_country.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/rl_synonyms.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98909a7

Please sign in to comment.