Skip to content

Commit 27a9b98

Browse files
committed
doc: add tentative news blurb, version number
1 parent 9675aec commit 27a9b98

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

DESCRIPTION

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: epiprocess
33
Title: Tools for basic signal processing in epidemiology
4-
Version: 0.7.2
4+
Version: 0.7.3
55
Authors@R: c(
66
person("Jacob", "Bien", role = "ctb"),
77
person("Logan", "Brooks", role = "aut"),
@@ -56,7 +56,7 @@ Suggests:
5656
testthat (>= 3.1.5),
5757
waldo (>= 0.3.1),
5858
withr
59-
VignetteBuilder:
59+
VignetteBuilder:
6060
knitr
6161
Remotes:
6262
cmu-delphi/epidatr,
@@ -67,10 +67,10 @@ Encoding: UTF-8
6767
LazyData: true
6868
Roxygen: list(markdown = TRUE)
6969
RoxygenNote: 7.2.3
70-
Depends:
70+
Depends:
7171
R (>= 2.10)
7272
URL: https://cmu-delphi.github.io/epiprocess/
73-
Collate:
73+
Collate:
7474
'archive.R'
7575
'correlation.R'
7676
'data.R'

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
1414
* changed approach to versioning, see DEVELOPMENT.md for details
1515
* `select` on grouped `epi_df`s now only drops `epi_df`ness if it makes sense; PR #390
1616
* Minor documentation updates; PR #393
17+
* Improved `epi_archive` print method. Now an S3 method and shows a snippet of
18+
the underlying `DT` (#341).
1719

1820
## Breaking changes
1921

0 commit comments

Comments
 (0)