File tree 1 file changed +7
-3
lines changed
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
16
16
packed data.frame-class column (see ` tidyr::pack ` ).
17
17
- ` as_list_col ` is deprecated; you can now directly return a list from your
18
18
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.
21
24
22
25
## Improvements
23
26
24
27
- Added ` complete.epi_df ` , which fills in missing values in an ` epi_df ` with
25
28
` 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 )
27
31
28
32
## Bug fixes
29
33
You can’t perform that action at this time.
0 commit comments