Skip to content

Commit

Permalink
adding news
Browse files Browse the repository at this point in the history
  • Loading branch information
thibautjombart committed May 17, 2022
1 parent c268166 commit d22b348
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# linelist 0.0.1

This is the first proof-of-concept release on CRAN.

## New features

* the `linelist` class implements a tagging system to keep track of key
epidemiological variables in a `data.frame`

* validation routines for tagged variables

* accessors to retrieve tagged variables

* an API for easy extension to additional tagged variables

* dedicated S3 methods providing safeguards for operations which could lose
tagged variables

* full documentation of all functions

* a vignette

* 100% test coverage


0 comments on commit d22b348

Please sign in to comment.