You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,11 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
32
32
## Breaking changes
33
33
34
34
- Switched `epi_df`'s `other_keys` default from `NULL` to `character(0)`; PR #390
35
-
- Refactor `epi_archive` to use S3 instead of R6 for its object model. The calls to some functions will change, but the functionality will remain the same. It will also help us maintain the package better in the future. (#340)
35
+
- Refactor `epi_archive` to use S3 instead of R6 for its object model. The
36
+
functionality stay the same, but it will break the member function interface.
37
+
For migration, convert `epi_archive$merge` to `epi_archive %>% epix_merge`
38
+
(similar for `slide`, `fill_through_version`, `truncate_after_version`, and
0 commit comments