-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update revision_summary
#540
Open
brookslogan
wants to merge
32
commits into
lcb/rework-key_colnames
Choose a base branch
from
lcb/update-key_colnames.epi_archive
base: lcb/rework-key_colnames
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
da28a28
Make `extra_keys =` into soft "deprecation" of a different behavior
brookslogan 8b5d905
fix(revision_summary): use selected value col, not last col
brookslogan 06c5d1b
Tweak revision_summary tidyselect, remove redundant arrange
brookslogan 8c13f31
Clarify time_near_latest -> lag_near_latest
brookslogan 1a74d75
fix(revision_summary): consider units&class in lag filter
brookslogan 074e0a4
Fix compactification with dist_quantiles columns
brookslogan 8bbcf16
Refactor/fix(?): Use time_delta helpers in revision_summary
brookslogan e405e2f
docs(epi_df.Rmd): immediate ungrouping + discuss completion effects
brookslogan 09bd354
docs(epi_df.Rmd): editing pass on flusurv aggregation update
brookslogan edb1b9b
docs(epi_df.Rmd): general editing pass
brookslogan 4473acb
feat(revision_summary): don't autoselect first var if != 1 var
brookslogan 638b117
Add `time_delta_to_approx_difftime()` utils function
brookslogan 2fe9b1a
fix(revision_summary): make min_waiting_period strict like docs
brookslogan be19854
feat(revision_summary)!: make `min_waiting_period` nonstrict
brookslogan 826b927
Add difftime_approx_ceiling_time_delta helper, adj yearmonth difftime…
brookslogan 3509ebc
Migrate time utils to new file
brookslogan ee00d42
Add unit_time_delta_fast and time add/sub helpers
brookslogan 4405ab9
Add time_delta standardization helpers
brookslogan 5de2eec
Change *_friendly and *_fast functions to an extra argument
brookslogan a1ebd09
Refactor some time_step <-> n_steps usage for clarity
brookslogan 0707e71
feat+fix(revision_summary): expand time_type support + fix helpers
brookslogan 1558f69
Add internal docs for additional time helpers
brookslogan deb2e8b
Add tests for default min_waiting_period x several time_types
brookslogan 257f69c
Add internal roxygen stub of validate_slide_window_arg
brookslogan 046fb70
Fill in some missing @param entries, links in time utils
brookslogan 2e86b84
fix: complete partial rename (time_to -> lag_to in globalVariables)
brookslogan 2692843
Fix potential `_` formatting issues + update (un)grouping in README.Rmd
brookslogan a0fe1d8
docs(slide.R): datatable:: -> data.table::
brookslogan 7a7ce48
lint: uncomment redundant check for nicer organization
brookslogan 386f51d
docs(revision_summary): update `drop_nas`, compactification, & param …
brookslogan 8f223c2
lint: nolint indentation on one disagreement with styler
brookslogan d850083
minor code annotations, some logic ordering
dsweber2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is there a test example for why
dplyr::lag
doesn't work? You didn't really mention this or the reason for it in the PR