enemduR v0.1.1 — Official-source alignment documentation patch
enemduR v0.1.1 — Official-source alignment documentation patch
enemduR v0.1.1 is a documentation-only patch release that strengthens the package's official-source alignment language.
This release adds a formal taxonomy for describing how implemented workflows relate to public INEC methodological sheets, public syntax files, dictionaries, official benchmark tabulations, and local reproducibility evidence.
It does not change statistical calculations, registries, benchmarks, dependencies, APIs, or microdata handling.
Main changes
- Added
inst/extdata/official_source_alignment_taxonomy.md. - Updated README, pkgdown homepage, ROADMAP,
inst/extdata/README.md, and selected vignettes. - Clarified the distinction between:
- official-source-documented indicators;
- official-syntax-aligned implementations;
- official-methodology-aligned workflows;
- official benchmark comparison;
- locally reproduced benchmark evidence;
- official institutional validation.
Guardrails
This release does not claim that enemduR is officially validated, certified, endorsed, homologated, or approved by INEC.
The package remains an analytical engine for reproducible ENEMDU microdata workflows, not an official statistical production system.
Validation
Validated locally with:
git diff --checkdevtools::load_all(reset = TRUE)devtools::test()pkgdown::build_site()devtools::check()
Reported results:
devtools::test(): 1438 tests, 0 failures, 0 warnings, 0 skips.pkgdown::build_site(): passed.devtools::check(): 0 errors, 0 warnings, 0 notes.