Skip to contents

invasimapr 0.2.0

Alignment with the B-Cubed software development guide and improved FAIR metadata.

Metadata and documentation

  • Added a persistent Zenodo archive (concept DOI 10.5281/zenodo.20842472) and a DOI badge to the README.
  • Added machine-readable metadata: CITATION.cff (CFF 1.2.0 with ORCID, DOI and qualified references), codemeta.json (CodeMeta/JSON-LD) and .zenodo.json (b3 community + Horizon Europe grant 101059592).
  • Added a Darwin Core-aligned data dictionary (inst/extdata/data_dictionary.csv).
  • DESCRIPTION now uses Title Case, includes the maintainer ORCID and a copyright holder (Stellenbosch University), and declares scales/stringr as imports.
  • Rewrote the README as a concise, illustrated page with a minimal reproducible example using the bundled demo data.
  • Restructured the documentation: one Getting-started vignette plus five tutorial articles under vignettes/articles/; renamed the bundled inputs_vignettes.rds to invasimapr_vignettes.rds.
  • Added CONTRIBUTING.md and LICENSE.md; replaced the deprecated citEntry() in inst/CITATION with bibentry().

Functions

  • compute_invasion_fitness() gained an opt-in standardise_inputs argument to re-standardise raw predictors onto a common z-scale before computing fitness (off by default).

invasimapr 0.1.0

First development release of invasimapr.

Features