Skip to contents

ageutils 0.0.7

CRAN release: 2024-12-06

  • Fixed bug in reaggregate_rates() where, in some circumstances, the last row of the data frame output would have an incorrect value.

ageutils 0.0.6

CRAN release: 2024-11-27

  • Simplifies the internal implementation of cut_ages(). This refactoring has resulted in minor tweaks to the given error messages as well as a small bug fix relating to how max_upper argument was being rounded (i.e. we were calling round() rather than raising to the next integer(ish) number with ceiling() as intended).

ageutils 0.0.5

CRAN release: 2024-09-09

ageutils 0.0.4

CRAN release: 2024-06-26

ageutils 0.0.3

CRAN release: 2024-05-30

  • Internal changes only.

ageutils 0.0.2

CRAN release: 2024-03-06

ageutils 0.0.1

CRAN release: 2023-01-09

Initial release of ageutils which provides a collection of efficient functions for working with individual ages and corresponding intervals. These include functions for efficient conversion from an age to an interval, aggregation of ages with associated counts in to intervals and the splitting of interval counts based on specified age distributions.

Functions are derived from those in the ympes with the intention being to remove these functions from that package in favour of this one going forward.