File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments