-
Notifications
You must be signed in to change notification settings - Fork 10
Climatological #436
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
Climatological #436
Changes from 59 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
463734c
add lubridate
dajmcdon a64b6db
style on short line
dajmcdon 3f2c1c1
add a hidden column to track the time_value of the outcome
dajmcdon 4af6a8a
typo in documentation and error msg
dajmcdon 301e651
adding predictor drafted
dajmcdon 6cb7897
remove ability for `...` to be empty in adjust_latency
dajmcdon 426f0c7
add/remove hidden target_time_value column
dajmcdon fef636c
finish climate predictor draft
dajmcdon 3c2c9b7
redocument
dajmcdon 031b605
update rproj
dajmcdon c598840
drafted, needs refactor
dajmcdon 83e3f8e
Merge branch 'dev' into climatological
dajmcdon 26461c8
revert addition of hidden .target_time_value
dajmcdon a66d07f
climate prep/bake steps work as planned. does not adjust for aheads
dajmcdon 10cd85f
tests pass
dajmcdon cd18833
rename objects
dajmcdon bcbda6d
climate predictor works as desired
dajmcdon 2fabf45
rename test
dajmcdon ced85b4
more detailed documentation
dajmcdon 01182d7
add another example
dajmcdon 83a6ec8
use all_of in tidyselect
dajmcdon 3d3c2b4
simplify docs, quantiles
dajmcdon 950f363
merge dev
dajmcdon dab8d43
merge dev epi_recipe
dajmcdon d6725a8
refactor the forecaster
dajmcdon 0be6acf
missing autoplot branch
dajmcdon d464c19
test args list
dajmcdon 7afbde8
add reasonable examples
dajmcdon 151d8ea
tests pass
dajmcdon 381a298
add snapshot tests
dajmcdon 83e0ad7
redocument, add news
dajmcdon d56d488
prefix with recipes, aside to rename object
dajmcdon c1cf5ba
muffle dplyr select warnings
dajmcdon 4a348c8
shifting must happen before joining to avoid duplicated rows
dajmcdon 46b2a2e
ignore renviron
dajmcdon 5f76be3
months is in base, so we ensure we use lubridate
dajmcdon 77dbcc4
rebuild readme
dajmcdon c98b47c
satisfy styler
dajmcdon 48ea5ca
add a print method
dajmcdon 7089c2f
David's suggestions
dsweber2 60d6aeb
time_type defaulting to the epi_df's time_type
dsweber2 759a3b8
unneeded else branch
dsweber2 4477403
Merge pull request #441 from cmu-delphi/climate_suggestions
dsweber2 d072839
Merge branch 'dev' into climatological
dajmcdon 5d062db
fu styler!!
dajmcdon 21c67cd
deletion from news
dajmcdon 05f0490
redocument, update snapshots
dajmcdon cfad1f1
update snaps for upstream package
dajmcdon bece1fe
compute the .pred_distn using residuals. document the default
dajmcdon 5e3ed56
fix rlang bug, more detailed examples
dajmcdon 8238703
pass checks
dajmcdon 08fcd01
once more, FU styler
dajmcdon a5dea72
step_climate leap weeks/days
dsweber2 b3db007
same for climatological_forecaster
dsweber2 fda832f
feb 29 is day 60, so the boundary is 59-60
dsweber2 49882f2
Dan's feedback, < a full year, test monthly agg
dsweber2 6424f39
pipe R dependency
dsweber2 7c9d1c6
-1 -> 999
dsweber2 7e10b52
Merge pull request #445 from cmu-delphi/leap_time_handling
dsweber2 03d50b2
version bump, minor doc update
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 |
---|---|---|
|
@@ -10,3 +10,4 @@ inst/doc | |
.Rprofile | ||
renv.lock | ||
renv/ | ||
.Renviron |
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.