Skip to content

Commit 3968994

Browse files
committed
update NEWS with correct vignette names and all changes
1 parent 701156f commit 3968994

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

NEWS.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@
99
- `traitsview`: 43,532 records (traits + yields view)
1010
- 15 support tables: species, sites, variables, citations, pfts, priors, etc.
1111
* Data quality:
12-
- Excludes [checked = -1] records (failed QA/QC)
13-
- Public data only (`access_level >= 4`)
14-
* Formats:
15-
16-
- Primary: `.rda` files with xz compression
17-
- Alternative: Parquet files in `inst/extdata/parquet/`
12+
- Excludes `checked = -1` records (failed QA/QC)
13+
- Converts `checked = NA` to `checked = 0` (unchecked)
14+
- Public data only (`access_level == 4`); build enforces this with a hard filter
15+
* Format: `.rda` files with xz compression (lazy-loaded)
1816
* Metadata:
1917
- Frictionless `datapackage.json` in `inst/metadata/`
2018
- Full roxygen2 documentation for all datasets
2119
* Vignettes:
22-
- `orientation`: Getting started guide
23-
- `manuscript`: Reproduction of key GCB Bioenergy figures
24-
- `sql-analogs`: Common SQL queries as dplyr equivalents
20+
- `getting_started`: Package overview, data model, and key concepts
21+
- `manuscript`: Reproduction of key GCB bioenergy figures
22+
- `common_analyses`: Common SQL queries as dplyr equivalents
2523
- `pfts-priors`: Working with PFTs and Bayesian priors
26-
* GitHub issue templates for data corrections and verification
24+
* Source CSVs in `data-raw/csv/` under version control for community corrections
25+
* `inst/CITATION` for `citation("betydata")` support
26+
* `inst/STYLE_GUIDE.md` documenting package conventions
27+
* Data correction workflow: issue templates and PR template for corrections
28+
* Github actions for R CMD check and quarto site deployment

0 commit comments

Comments
 (0)