NEWS.md

incidence2 (development version)

incidence2 2.6.0

``` library(incidence2) x <- data.frame(onset = c(1, 3, 4, 4, 3, 4, 10))

# 2.5.0 release would error, e.g. incidence(x, "onset", interval = 1) #> Error in as_period.default(): Not implemented for class [numeric].

# This release - now works incidence(x, "onset", interval = 1) #> # incidence: 4 x 3 #> # count vars: onset #> date_index count_variable count #> #> 1 1 onset 1 #> 2 3 onset 2 #> 3 4 onset 3 #> 4 10 onset 1 ```

incidence2 2.5.0

incidence2 2.4.0

incidence2 2.3.1

incidence2 2.3.0

New functions / features

Breaking changes

incidence2 2.2.3

Bug fixes

incidence2 2.2.1

New features

incidence2 2.1.0

New features

(minor) breaking changes

incidence2 2.0.0

Version 2.0.0 is a major, breaking release of incidence2. We have undertaken a significant refactor that both simplifies the underlying code base and makes the user interface more consistent and robust. Although the main changes are highlighted below, users are strongly advised to read through the accompanying documentation and vignettes.

breaking changes

incidence2 1.2.3

New functions

Breaking changes

incidence2 1.2.2

Bug fixes

incidence2 1.2.1

Bug fixes

incidence2 1.2.0

New functions

Deprecated functions

Bug fixes

Other updates

incidence2 1.1.0

incidence2 1.0.0

Due to multiple changes in the underlying representation of incidence2 objects this release may possibly break old workflows particularly those relying on the old implementations of date grouping:

incidence2 0.2.2

incidence2 0.2.1

incidence2 0.2.0

incidence2 0.1.0



reconhub/incidence2 documentation built on Nov. 30, 2024, 4:43 p.m.