Package: dubicube
Title: Calculation and Interpretation of Data Cube Indicator Uncertainty
Version: 0.7.3
Authors@R: c(
    person("Ward", "Langeraert", , "ward.langeraert@inbo.be", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-5900-8109", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Toon", "Van Daele", , "toon.vandaele@inbo.be", role = "aut",
           comment = c(ORCID = "0000-0002-1362-853X", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Research Institute for Nature and Forest (INBO)", role = "cph",
           comment = c(ROR = "00j54wy13")),
    person("European Union", role = "fnd",
           comment = "https://doi.org/10.3030/101059592")
  )
Description: This R package provides functions to explore data cubes using
    simple measures and cross-validation techniques. It can also be used
    for uncertainty calculation using the bootstrap resampling method, and
    functionality is provided for efficient interpretation and
    visualisation of uncertainty related to indicators based on occurrence
    cubes.
License: MIT + file LICENSE
URL: https://github.com/b-cubed-eu/dubicube,
    https://b-cubed-eu.github.io/dubicube/,
    https://doi.org/10.5281/zenodo.14850237
BugReports: https://github.com/b-cubed-eu/dubicube/issues
Imports:
    assertthat,
    boot,
    data.table,
    dplyr,
    effectclass,
    modelr,
    purrr,
    rlang,
    tibble,
    tidyr
Suggests:
    b3gbi,
    frictionless,
    ggplot2,
    testthat (>= 3.0.0)
Remotes: 
    github::b-cubed-eu/b3gbi,
    github::inbo/effectclass
Additional_repositories: https://inbo.r-universe.dev,
    https://b-cubed-eu.r-universe.dev/
Config/checklist/communities: b3; inbo
Config/checklist/keywords: uncertainty quantification; uncertainty
    visualisation; biodiversity indicators; data cubes
Config/Needs/website: rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
