-
Notifications
You must be signed in to change notification settings - Fork 10
Adjust ahead #296
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
Merged
Merged
Adjust ahead #296
Changes from all commits
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
249b465
fix warnings and empty tests
dsweber2 c622d7d
first draft of extend_ahead
dsweber2 e6c19e9
extend_ahead version bump and news
dsweber2 2b68062
styler has opinions
dsweber2 2f1ab39
separate step version
dsweber2 07a9e28
styler
dsweber2 d4d617f
tests for utils-latency and accompanying fixes
dsweber2 80e64b5
adding stringr
dsweber2 aa87607
old snapshots, select prefers `all_of` for vectors
dsweber2 375af6d
local renv way out of date
dsweber2 24eca50
pkgdown needs @keywords internal
dsweber2 9e9b1b4
passes local tests after updating
dsweber2 7ae26d2
back to skipping some population_scaling tests
dsweber2 e346f71
step_adjust_latency works on tests
dsweber2 05b5cbf
spurious lifecycle addition removed
dsweber2 47cb5b7
fixing RMDcheck remote
dsweber2 4b0b668
nothing but `rlang::abort` -> `cli::cli_abort`s
dsweber2 2731160
smaller suggestions and styling
dsweber2 5c1e15e
smaller suggestions: local tests passing again
dsweber2 c48e81a
moving shift detection earlier,dropping string*dep
dsweber2 8028374
+purrr, styling
dsweber2 4a0ed48
glue -> glue::glue
dsweber2 909e47c
fix get_latent_column_tibble docs
dsweber2 8639ebd
step_adjust_latency arg docs
dsweber2 55314a8
rec formatting things, dropping `purrr`
dsweber2 ce230ac
glue->paste, dropping zoo
dsweber2 c8f6b85
Detecting required/forbidden steps beforehand
dsweber2 4927f0e
minor rebase woes
dsweber2 7752b17
tests for utils-latency and accompanying fixes
dsweber2 8f3641b
adding stringr
dsweber2 ba0c4b8
nothing but `rlang::abort` -> `cli::cli_abort`s
dsweber2 27694ef
moving shift detection earlier,dropping string*dep
dsweber2 3eab9c2
rec formatting things, dropping `purrr`
dsweber2 7aa06e7
initial layer adjustments
dsweber2 be3474c
namespace and doc fixes
dsweber2 6c158ce
full rebase fixes
dsweber2 4f71715
adding latency adjusting to arx_forecaster
dsweber2 e102d41
arx_classifier more or less free
dsweber2 65535c5
formatting and snapshots
dsweber2 5d5cfbb
updated man pages
dsweber2 084acb6
group_by options to get the max_time_value
dsweber2 d2e2f95
PR review recs
dsweber2 99d8099
typo in multiline pipe replacement
dsweber2 c4fce2e
happy styler
dsweber2 f5ae9d1
various requested changes, check passes
dsweber2 be9607b
style fix
dsweber2 a86b3c7
inheritParams, correct print, test adjust subset
dsweber2 5b7eff1
space
dsweber2 63b02c9
print fix and tests
dsweber2 fc8b0c0
multi-aheads do work
dsweber2 a570a0e
arx_fc better fc_date info, docs
dsweber2 a65cad0
classifier latency ahead adjustment
dsweber2 e3a368e
refactor step_adjust_ahead to be early step
dsweber2 09fbfd8
moving locf to step_adjust_ahead instead of get_test_data
dsweber2 01dc148
hotfix from Dan
dsweber2 a5a84a7
rebase fixes, error classes, unskip latency tests
dsweber2 bfde279
rebase fixes round 2
dsweber2 8119e72
NEWS+Description, partial locf tests, docs
dsweber2 7816d13
testing the step
dsweber2 edc2b3f
step locf tests passing, grf pkgdown
dsweber2 acc5fa0
locf correct on NA at end columns
dsweber2 a11fa5f
docs along with more extensive tests
dsweber2 71694d7
non-timezone dependent printing tests
dsweber2 aa9f1e3
arx_forecaster consistency check and tests
dsweber2 899ea51
arx_forecaster updates
dsweber2 af45eaf
arx_classifier addition
dsweber2 1155d30
formatting
dsweber2 343551f
various minor fixes caught in pre-review
dsweber2 60827a3
spurious join_by tests removed
dsweber2 60b3fad
vignettes: no more fill_locf, some missing data
dsweber2 28c5863
drop :: for cli, many dplyr commands
dsweber2 63db4d5
various recommendations
dsweber2 b5ed1b3
remaining recs besides metadata to term_info
dsweber2 50cecae
moving step checks to a separate function, styler
dsweber2 7f18662
NAomit can happen before (but probably shouldn't)
dsweber2 4b37f7e
draft implementation
dajmcdon 9a7abc1
refactor the utility fun
dajmcdon 82f1165
only do processing if locf
dajmcdon 9044d5a
Update R/utils-latency.R
dajmcdon 4a4a90c
fix needles/haystack bug
dajmcdon b129829
some formatting
dsweber2 6e5d6fc
fixed
dsweber2 388ccc1
single letter variables are impossible to search
dsweber2 54993d2
lat adj tag for steps which have been modified
dsweber2 e70d553
remove actual changes to prep.epi_recipe
dsweber2 b3c96b3
various requests and rebasing on dev
dsweber2 86c46a4
updating after rebase
dsweber2 90edb46
final requests
dsweber2 ce99138
only adding metadata if given an epi_df originally
dsweber2 c6800bb
snapshot updates
dsweber2 561570e
description and News
dsweber2 053b501
rerererebase
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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,5 @@ | |
^doc$ | ||
^Meta$ | ||
^.lintr$ | ||
^.venv$ | ||
^.venv$ | ||
^inst/templates$ |
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: epipredict | ||
Title: Basic epidemiology forecasting methods | ||
Version: 0.1.0 | ||
Version: 0.1.1 | ||
Authors@R: c( | ||
person("Daniel J.", "McDonald", , "[email protected]", role = c("aut", "cre")), | ||
person("Ryan", "Tibshirani", , "[email protected]", role = "aut"), | ||
|
@@ -40,6 +40,7 @@ Imports: | |
magrittr, | ||
recipes (>= 1.0.4), | ||
rlang (>= 1.1.0), | ||
purrr, | ||
stats, | ||
tibble, | ||
tidyr, | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
We don't need it. See below.
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.
It looks like you only use
purrr::map()
, we already have this, sopurrr
only needs to be in 'Suggests'