epiprocess 0.5.0
Potentially-breaking changes
epix_slide
,<epi_archive>$slide
now feedf
anepi_df
rather than
converting to a tibble/tbl_df
first, allowing use ofepi_df
methods and
metadata, and often yieldingepi_df
s out of the slide as a result. To obtain
the old behavior, convert to a tibble withinf
.
Improvements
- Fixed
epix_merge
,<epi_archive>$merge
always raising error onsync="truncate"
.
Cleanup
- Added
Remotes:
entry forgenlasso
, which was removed from CRAN. - Added
as_epi_archive
tests. - Added missing
epix_merge
test forsync="truncate"
.
Full Changelog: https://github.com/cmu-delphi/epiprocess/commits/v0.5.0