Langeraert, Ward123 Van Daele, Toon13 Research Institute for Nature and Forest (INBO)4 European Union's Horizon Europe Research and Innovation Programme (ID No 101059592)5
keywords: R packages; software integration; software streamlining; biodiversity indicators; data cubes
Scripts to explore the streamlining and integration of software (with focus on R packages) related to the calculation of indicators based on biodiversity data cubes.
This code is developed in context of T5.5 of the B-Cubed project.
├── source ├ R markdown files
│ └── R ├ R scripts
├── data
│ ├── raw ├ store raw data
│ ├── intermediate ├ store intermediate data
│ └── processed ├ store processed data
├── checklist.yml ├ options checklist package (https://github.com/inbo/checklist)
├── organisation.yml ├ organisation info (https://inbo.github.io/checklist/articles/organisation.html)
├── inst
│ └── en_gb.dic ├ dictionary with words that should not be checked by the checklist package
├── .github │
│ ├── workflows │
│ │ └── checklist_project.yml ├ GitHub repo settings
│ ├── CODE_OF_CONDUCT.md │
│ └── CONTRIBUTING.md │
├── integrate-indicator-software.Rproj ├ R project
├── README.md ├ project description
├── LICENSE.md ├ licence
├── LICENSE │
├── CITATION.cff ├ citation info
├── .zenodo.json ├ zenodo metadata
└── .gitignore ├ files to ignore