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
Create utilities to process f, ..., & any other appropriate args into uniform types (e.g., process function&args/formula&args/missing&tidyeval into a uniform function f and ... args), apply in both epi_slide and epix_slide, and simplify away related branching so that group_modify & {slide,comp}_one_grp are referenced only once per slide function.
Consider making some element/row-recycling utilities, although note differences in how this work in epi_slide vs. epix_slide (discussion in group_by() for epi_archive objects #64 and docs in associated feature branch may be helpful).
The text was updated successfully, but these errors were encountered:
brookslogan
added
P3
very low priority
cleanup
improvements to developing&building experience&quality, not directly to built pkg&docs
labels
Nov 11, 2022
A lot of this has been accomplished in handling #326, and other parts like row-recycling probably don't apply anymore, as we don't do that for epi_slide_opt, epix_slide.
E.g.,
f
,...
, & any other appropriate args into uniform types (e.g., process function&args/formula&args/missing&tidyeval into a uniform functionf
and...
args), apply in bothepi_slide
andepix_slide
, and simplify away related branching so thatgroup_modify
&{slide,comp}_one_grp
are referenced only once per slide function.epi_slide
vs.epix_slide
(discussion ingroup_by()
forepi_archive
objects #64 and docs in associated feature branch may be helpful).The text was updated successfully, but these errors were encountered: