-
Notifications
You must be signed in to change notification settings - Fork 8
Updated epi_slide to use before
and after
and added checks
#188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Merge branch 'main' of https://github.com/cmu-delphi/epiprocess into km-slide-n-replace # Conflicts: # R/slide.R # man/epi_slide.Rd
…km-slide-n-replace2
…rocess into km-slide-n-replace2
…cumentation still neneds to be modified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Main requested changes: tweaks to the documentation to try to clarify a bit. I've also noted some edge cases not caught by the before&after validation, seem pretty low-probability but while it's on our minds probably should add the checks. + some misc minor things.
Please address + re-request review (and maybe ping me on Slack). Remaining TODO on my end: double-check that we've stamped out all references to n
and align
in code, docs, tests, examples, vignettes.
…st for testing negative integers later.
Note: #203 should be used after this due to the former also incorporating changes to |
Add case for centre alignment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor bit of confusion, and one comment to be approved by @brookslogan .
Merge branch 'main' of https://github.com/cmu-delphi/epiprocess into km-slide-n-replace2.1 # Conflicts: # man/epi_slide.Rd
|
- Raise error, not warning, if both `before` and `after` are missing - Substantially reword docs for `before, after` - Actually deliver an integer to `time_step` as currently advertised - Slightly loosen and rearrange validation of `before`, `after` to ease conversion to integer. Looseness is from allowing things that can be cast to appropriate integers, rather than requiring integer-like numerics.
- Remove reference to `n` in slide vignette intro. - Update .Rd files with some older roxygen changes. - Fix "`time_value`s" -> "time steps" in `detect_outlr_rm` docs, and slightly tweak wording.
Maybe Dan TODO:
My TODOs:
|
Merging into |
Note that
epix_slide
has been untouched.Resolves issue #161.