Package: redlist
Type: Package
Title: Interface to the IUCN Red List Data with Risk Metrics
Version: 0.3.0
Authors@R: c(
    person(given = "Stanislas Mahussi",
           family = "Gandaho",
           email = "stangandaho@gmail.com",
           role = c("aut", "cre"),
           comment = c(ORCID = "0009-0003-4969-1252")),
    person("R Consortium", role = "fnd")
           )
Description: Access species conservation data from the International Union for
    Conservation of Nature (IUCN) Red List API
    <https://api.iucnredlist.org/api-docs/index.html>, including assessments,
    taxonomy, threats, habitats and historical status. The package also
    reconciles taxonomic names between the IUCN Red List and the Global
    Biodiversity Information Facility (GBIF), retrieves and checks GBIF occurrence
    records, and computes the range and population metrics of the IUCN Red List
    Categories and Criteria (IUCN Standards and Petitions Committee, 2024,
    <https://cmsdocs.s3.amazonaws.com/RedListGuidelines.pdf>): extent of
    occurrence and area of occupancy for criterion B, and population reduction
    for criterion A.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli (>= 3.6.3), dplyr (>= 1.1.4), httr2 (>= 1.1.2), magrittr
        (>= 2.0.3), methods, rlang (>= 1.1.0), rvest (>= 1.0.4), stats,
        utils
URL: https://github.com/stangandaho/redlist,
        https://stangandaho.github.io/redlist/
BugReports: https://github.com/stangandaho/redlist/issues
Depends: R (>= 3.6.0)
Suggests: CoordinateCleaner (>= 3.0.0), ggplot2 (>= 3.5.2), kableExtra
        (>= 1.4.0), knitr (>= 1.50), rgbif (>= 3.7.0), rmarkdown (>=
        2.29), scales (>= 1.4.0), sf (>= 1.0.0), testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website: rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-09-04 00:12:42 UTC; ganda
Author: Stanislas Mahussi Gandaho [aut, cre] (ORCID:
    <https://orcid.org/0009-0003-4969-1252>),
  R Consortium [fnd]
Maintainer: Stanislas Mahussi Gandaho <stangandaho@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-04 06:40:02 UTC
