Skip to content

Commit d22b348

Browse files
adding news
1 parent c268166 commit d22b348

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

NEWS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# linelist 0.0.1
2+
3+
This is the first proof-of-concept release on CRAN.
4+
5+
## New features
6+
7+
* the `linelist` class implements a tagging system to keep track of key
8+
epidemiological variables in a `data.frame`
9+
10+
* validation routines for tagged variables
11+
12+
* accessors to retrieve tagged variables
13+
14+
* an API for easy extension to additional tagged variables
15+
16+
* dedicated S3 methods providing safeguards for operations which could lose
17+
tagged variables
18+
19+
* full documentation of all functions
20+
21+
* a vignette
22+
23+
* 100% test coverage
24+
25+

0 commit comments

Comments
 (0)