Changelog
Source:NEWS.md
brpop 0.7.0
- Add the revised 2025 IBGE municipal population estimates sent to the TCU on 2026-01-13, while preserving all 2000–2024 values and the established
code_muni,year, andpopcolumns. - Bundle the compact IBGE series with the package, eliminating Internet access for
ibge_pop()and allsource = "ibge"aggregations. - Add Boa Esperança do Norte to both health-region lookup tables, assigned to the Teles Pires health region according to the Mato Grosso State Health Department.
- Remove Internet access from the test suite, addressing the policy issue that led CRAN to archive version 0.6.3.
- Make remote-data failures consistently return
NULLwith an informative message, as documented in previous releases. - Correct health-region aggregation for the seven-digit municipality codes in the DataSUS 2000–2024 series.
- Revise package metadata, documentation, website configuration, and tests.
- Keep existing function signatures, defaults, source labels, and output column names for backward compatibility. Dataset loader functions that already had help pages are now also exported.
brpop 0.6.2
CRAN release: 2025-09-02
- On Internet connection problems to download the required data, the package functions will not present errors but fail gracefully with an informative message, attending CRAN requirements.
brpop 0.6.1
- Add argument
sextomum_pop_age(),regsaude_pop_age()anduf_pop_age()functions to subset population based on sex.
brpop 0.6.0
CRAN release: 2025-02-24
- Add DataSUS new population estimates (2000 - 2024) source option to all functions
- Improve documentation with timespan estimates of all sources
brpop 0.5.0
CRAN release: 2024-10-17
- Move data files to Zenodo and use {zendown} package to handle file download. This will keep the package smaller for future CRAN versions.
brpop 0.4.0
- Add population estimates from the UFRN-PPGDem-LEPP (2010 to 2030) for sex and age groups.
- Add total municipality population from IBGE estimates, Census and Population Inquiries (2000 to 2022).
- Adopt
dtplyrfor faster computations. - Documentation revision.
- Function names revision.
brpop 0.3.0
CRAN release: 2023-10-24
- Bug correction on
mun_reg_saude: remove duplicated records. - Add arguments to
reg_saude_*functions to use the 449 units health region version.
brpop 0.1.7
- Bug correction on
mun_pop_totals. Thanks to @filipemsc!