Package: impIndicator
Title: Impact Indicators of Alien Taxa
Version: 0.6.1
Authors@R: c(
    person("Mukhtar Muhammed", "Yahaya", , "yahayamukhtar.m@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0008-9200-0863", affiliation = "Stellenbosch University (SU)")),
    person("Sabrina", "Kumschick", , "sabrina.kumschick@gmail.com", role = c("aut", "ctb"),
           comment = c(ORCID = "0000-0001-8034-5831", affiliation = "Stellenbosch University (SU)")),
    person("Sandra", "MacFadyen", , "sandra@biogis.co.za", role = c("aut", "ctb"),
           comment = c(ORCID = "0000-0002-5316-440X", affiliation = "Stellenbosch University (SU)")),
    person("Pietro", "Landi", , "landi@sun.ac.za", role = c("aut", "ctb"),
           comment = c(ORCID = "0000-0002-6373-2992", affiliation = "Stellenbosch University (SU)")),
    person("Cang", "Hui", , "chui@sun.ac.za", role = c("aut", "ctb"),
           comment = c(ORCID = "0000-0002-3660-8160", affiliation = "Stellenbosch University (SU)")),
    person("Ward", "Langeraert", , "ward.langeraert@inbo.be", role = "ctb",
           comment = c(ORCID = "0000-0002-5900-8109", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Stellenbosch University (SU)", , , "info@sun.ac.za", role = "cph"),
    person("European Union's Horizon Europe Research and Innovation Programme (ID No 101059592)", role = "fnd")
  )
Description: The negative impact of alien species is recognised as a major threat to biodiversity. However, in the absence of evidence-based impact indicators that follow the Findable, Accessible, Interoperable, and Reusable (FAIR) Data Principles with standardised workflows, the impacts of alien species are not systematically estimated over time, a major gap for policy. We develop the impIndicator R package, using an open-source workflow for computing impact indicators of alien species, by combining occurrence data from the Global Biodiversity Information Facility (GBIF) with Environmental Impact Classification for Alien Taxa (EICAT) assessments.
License: MIT + file LICENSE
URL: https://github.com/b-cubed-eu/impIndicator,
    https://b-cubed-eu.github.io/impIndicator/
BugReports: https://github.com/b-cubed-eu/impIndicator/issues
Depends: 
    R (>= 3.5)
Imports: 
    assertthat,
    b3gbi (>= 0.2.2),
    cli,
    dplyr,
    dubicube (>= 0.11.0),
    ggplot2,
    magrittr,
    rgbif,
    rlang,
    rnaturalearth,
    scales,
    sf,
    stats,
    tibble,
    tidyr,
    utils
Suggests: 
    knitr,
    rmarkdown,
    rnaturalearthdata,
    testthat (>= 3.0.0)
VignetteBuilder: 
    knitr
Remotes:  
    github::b-cubed-eu/b3gbi,
    github::b-cubed-eu/dubicube
Additional_repositories: https://b-cubed-eu.r-universe.dev/
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
