- First public release of betydata
- Exported datasets from BETYdb snapshot (2026-02-10):
traitsview: 43,532 records (traits + yields view)- 15 support tables: species, sites, variables, citations, pfts, priors, etc.
- Data quality:
- Excludes
checked = -1records (failed QA/QC) - Converts
checked = NAtochecked = 0(unchecked) - Public data only (
access_level == 4); build enforces this with a hard filter
- Excludes
- Format:
.rdafiles with xz compression (lazy-loaded) - Metadata:
- Frictionless
datapackage.jsonat repo root (following Frictionless spec) - Full roxygen2 documentation for all datasets
- Frictionless
- Vignettes:
getting_started: Package overview, data model, and key conceptsmanuscript: Reproduction of key GCB bioenergy figurescommon_analyses: Common SQL queries as dplyr equivalentspfts-priors: Working with PFTs and Bayesian priors
- Source CSVs in
data-raw/csv/under version control for community corrections inst/CITATIONforcitation("betydata")supportinst/STYLE_GUIDE.mddocumenting package conventions- Data correction workflow: issue templates and PR template for corrections
- Github actions for R CMD check and quarto site deployment