Package: impIndicator
Title: Impact Indicators of Alien Taxa
Version: 0.2.0
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("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: Compute impact indicators of alien taxa using GBIF occurrence
    cube and EICAT assessment of alien species. Aggregates species impact
    of various scores due to mecahnism. Aggregates site impact of various
    scores due to species.
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 (>= 2.10)
Imports: 
    assertthat,
    b3gbi (>= 0.2.2),
    cli,
    dplyr,
    ggplot2,
    magrittr,
    rgbif,
    rlang,
    rnaturalearth,
    sf,
    stats,
    tibble,
    tidyr
Suggests: 
    knitr,
    rmarkdown,
    rnaturalearthdata,
    testthat (>= 3.0.0)
VignetteBuilder: 
    knitr
Remotes: 
    github::b-cubed-eu/b3gbi
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.2
