Changelog
Source:NEWS.md
poputils 0.3.4
Bug fixes
-
combine_age()
previously not working properly if"to"
is"five"
, and lower limit of youngest age group inx
not divisible by 5.
poputils 0.3.3
CRAN release: 2024-09-14
Bug fixes
- Previously calling
lifetab()
with value supplied forqx
created a duplicateqx
column in the result. The extra column has been removed.
New functions
- Added function
check_n()
. - Added function
q0_to_m0()
. - Added function
rr3()
. - Added function
trim_01()
.
poputils 0.3.2
Internal
- Removed all uses of
rvec::rvec.is.numeric()
, in preparation for removing from rvec package.
Bug fixes
- Fixed bug in
combine_age()
. Previously giving wrong answers when last age group was closed.