Skip to content

Commit 243c45e

Browse files
committed
desc, news
1 parent 7d99e6d commit 243c45e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION

+1-1
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.12
4+
Version: 0.7.13
55
Authors@R: c(
66
person("Jacob", "Bien", role = "ctb"),
77
person("Logan", "Brooks", email = "[email protected]", role = c("aut", "cre")),

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
4040
- Improved documentation web site landing page's introduction.
4141
- Fixed documentation referring to old `epi_slide()` interface (#466, thanks
4242
@XuedaShen!).
43+
- `as_epi_df` and `as_epi_archive` now support arguments to specify column names
44+
e.g. `as_epi_df(some_tibble, geo_value=state)`. In addition, there is a list
45+
of default conversions, see `time_column_names` for a list of columns that
46+
will automatically be recognized and converted to `time_value` column (there
47+
are similar functions for `geo` and `version`).
4348

4449
## Cleanup
4550
- Resolved some linting messages in package checks (#468).

0 commit comments

Comments
 (0)