Skip to content

enemduR v0.1.0-alpha.2 — Portfolio-ready analytical infrastructure preview

Pre-release
Pre-release

Choose a tag to compare

@yerovi84 yerovi84 released this 01 Jun 05:23
bc1974c

enemduR v0.1.0-alpha.2 — Portfolio-ready analytical infrastructure preview

This pre-release presents enemduR as a public portfolio-ready analytical infrastructure package for reproducible ENEMDU microdata workflows.

enemduR is an R package designed as an analytical engine, not as a dashboard, final visual product, official production system, or official endorsement layer.

Highlights

  • Added portfolio-oriented vignettes for onboarding, survey design, representativity, and poverty/NBI/IPM reproducibility workflows.
  • Polished the public pkgdown homepage and documentation structure.
  • Updated roadmap and public documentation to reflect the post-Phase-7 analytical infrastructure.
  • Documented IPM/TPM local reproducibility evidence for the ENEMDU December 2025 profile.
  • Added and documented NBI, poverty, income, quintile, labor, survey-design, metadata, and representativity infrastructure.
  • Preserved methodological guardrails around explicit poverty lines, sentinel values, benchmark comparisons, and official validation status.

Current analytical scope

The current development version includes infrastructure for:

  • reading .sav, .dta, and .csv ENEMDU files;
  • metadata registries and validation helpers;
  • complex survey design declaration;
  • survey estimators for totals, means, proportions, and tabulations;
  • representativity and precision assessment;
  • labor indicators based on the consolidated condact variable;
  • income, quintile, poverty-flag, household-profile, optional-bonus, and social-bonus workflows;
  • NBI component, flag, KPI, benchmark-comparison, and local reproducibility workflows;
  • IPM/TPM component, flag, KPI, benchmark-comparison, and local reproducibility workflows;
  • pkgdown documentation and portfolio-oriented vignettes.

Validation status

Recent local validation reported:

  • devtools::test() passed with 1438 passing expectations.
  • devtools::check() passed with 0 errors, 0 warnings, and 0 notes.
  • pkgdown::build_site() passed locally after the portfolio vignette and release-link updates.

Methodological note

Benchmark comparisons and retained evidence are local reproducibility evidence under explicit inputs, contracts, and comparison workflows.

No official institutional validation is claimed.

Any official validation would require explicit authorization or confirmation by the relevant official authority.

Installation during active development

remotes::install_github("yerovi84/enemduR")

For local development from the repository root:

devtools::load_all(reset = TRUE)
devtools::test()
devtools::check()

Documentation

Package documentation is available at:

https://yerovi84.github.io/enemduR/

Status

This is a public alpha pre-release for review and portfolio demonstration.

It is not a final production release.