Skip to content

Commit 6bed2f9

Browse files
brookslogandshemetov
authored andcommitted
Tweak NEWS.md entry about additional_metadata, other_keys
1 parent 34763d3 commit 6bed2f9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

NEWS.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
1616
packed data.frame-class column (see `tidyr::pack`).
1717
- `as_list_col` is deprecated; you can now directly return a list from your
1818
slide computations instead.
19-
- `additional_metadata` is no longer used in `as_epi_df()` construction.
20-
`other_keys` is promoted to be an argument directly.
19+
- `additional_metadata` is no longer accepted in `as_epi_df()` or
20+
`as_epi_archive()`. Use the new `other_keys` arg to specify additional key
21+
columns, such as age group columns or other demographic breakdowns.
22+
Miscellaneous metadata are no longer handled by `epiprocess`, but you can use
23+
R's built-in `attr<-` instead for a similar feature.
2124

2225
## Improvements
2326

2427
- Added `complete.epi_df`, which fills in missing values in an `epi_df` with
2528
`NA`s. Uses `tidyr::complete` underneath and preserves `epi_df` metadata.
26-
- Inclusion of the function `revision_summary` to provide basic revision information for `epi_archive`s out of the box. (#492)
29+
- Inclusion of the function `revision_summary` to provide basic revision
30+
information for `epi_archive`s out of the box. (#492)
2731

2832
## Bug fixes
2933

0 commit comments

Comments
 (0)