We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c268166 commit d22b348Copy full SHA for d22b348
NEWS.md
@@ -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