{"id":22298104,"url":"https://github.com/b-cubed-eu/dubicube","last_synced_at":"2025-03-25T22:45:12.930Z","repository":{"id":261641316,"uuid":"884878218","full_name":"b-cubed-eu/dubicube","owner":"b-cubed-eu","description":"An R package to explore calculation, interpretation and visualisation of uncertainty related to indicators based on biodiversity data cubes.","archived":false,"fork":false,"pushed_at":"2025-03-09T17:54:26.000Z","size":1957,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T18:31:55.598Z","etag":null,"topics":["biodiversity-indicators","data-cubes","r","rpackage","uncertainty-quantification","uncertainty-visualisation"],"latest_commit_sha":null,"homepage":"https://b-cubed-eu.github.io/dubicube/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b-cubed-eu.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2024-11-07T14:51:25.000Z","updated_at":"2025-02-27T13:45:05.000Z","dependencies_parsed_at":"2025-03-09T18:27:07.385Z","dependency_job_id":"b9ec3121-6ea5-4280-bccc-59688d5fcb54","html_url":"https://github.com/b-cubed-eu/dubicube","commit_stats":null,"previous_names":["b-cubed-eu/dubicube"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-cubed-eu%2Fdubicube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-cubed-eu%2Fdubicube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-cubed-eu%2Fdubicube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-cubed-eu%2Fdubicube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b-cubed-eu","download_url":"https://codeload.github.com/b-cubed-eu/dubicube/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556958,"owners_count":20634889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["biodiversity-indicators","data-cubes","r","rpackage","uncertainty-quantification","uncertainty-visualisation"],"created_at":"2024-12-03T17:59:43.758Z","updated_at":"2025-03-25T22:45:12.924Z","avatar_url":"https://github.com/b-cubed-eu.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\neditor_options: \n  chunk_output_type: console\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = file.path(\"man\", \"figures\", \"readme-\"),\n  out.width = \"80%\",\n  dpi = 300\n)\n```\n\n# dubicube \u003ca href=\"https://b-cubed-eu.github.io/dubicube/\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"139\" alt=\"dubicube website\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![repo status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n[![Release](https://img.shields.io/github/release/b-cubed-eu/dubicube.svg)](https://github.com/b-cubed-eu/dubicube/releases)\n[![dubicube status badge](https://b-cubed-eu.r-universe.dev/dubicube/badges/version)](https://b-cubed-eu.r-universe.dev/dubicube)\n[![CRAN status](https://www.r-pkg.org/badges/version/dubicube)](https://CRAN.R-project.org/package=dubicube)\n[![R-CMD-check](https://github.com/b-cubed-eu/dubicube/actions/workflows/check_on_different_r_os.yml/badge.svg)](https://github.com/b-cubed-eu/dubicube/actions/workflows/check_on_different_r_os.yml)\n[![codecov](https://codecov.io/gh/b-cubed-eu/dubicube/branch/main/graph/badge.svg)](https://app.codecov.io/gh/b-cubed-eu/dubicube/)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14850237.svg)](https://doi.org/10.5281/zenodo.14850237)\n[![name status badge](https://b-cubed-eu.r-universe.dev/badges/:name?color=6CDDB4)](https://b-cubed-eu.r-universe.dev/)\n\n\u003c!-- badges: end --\u003e\n\nThe **dubicube** package aims to deliver measures for assessing the applicability of biodiversity data cubes, whether for general use or specific biodiversity indicators. These measures facilitate data exploration by providing insights into data quality and reliability. Additionally, the package includes functions for calculating indicator uncertainty using bootstrapping, as well as tools for interpreting and visualising uncertainty in biodiversity indicators derived from occurrence cubes. \n\n## Installation\n\nInstall **dubicube** in R:\n\n```r\ninstall.packages(\"dubicube\", repos = \"https://b-cubed-eu.r-universe.dev\")\n```\n\nYou can install the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"b-cubed-eu/dubicube\")\n```\n\n## Example\n\nBasic example coming soon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-cubed-eu%2Fdubicube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb-cubed-eu%2Fdubicube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-cubed-eu%2Fdubicube/lists"}