diff --git a/DESCRIPTION b/DESCRIPTION index 15b7757f..46bf204d 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: epiprocess Title: Tools for basic signal processing in epidemiology -Version: 0.7.2 +Version: 0.7.3 Authors@R: c( person("Jacob", "Bien", role = "ctb"), person("Logan", "Brooks", role = "aut"), @@ -56,7 +56,7 @@ Suggests: testthat (>= 3.1.5), waldo (>= 0.3.1), withr -VignetteBuilder: +VignetteBuilder: knitr Remotes: cmu-delphi/epidatr, @@ -67,10 +67,10 @@ Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -Depends: +Depends: R (>= 2.10) URL: https://cmu-delphi.github.io/epiprocess/ -Collate: +Collate: 'archive.R' 'correlation.R' 'data.R' diff --git a/NEWS.md b/NEWS.md index 3d02b981..27bf793d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,8 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat * changed approach to versioning, see DEVELOPMENT.md for details * `select` on grouped `epi_df`s now only drops `epi_df`ness if it makes sense; PR #390 * Minor documentation updates; PR #393 +* Improved `epi_archive` print method. Now an S3 method and shows a snippet of + the underlying `DT` (#341). ## Breaking changes