-
Notifications
You must be signed in to change notification settings - Fork 8
Move to CI, include data, clean up dependencies, add examples #77
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/dajmcdon/epiprocess into cy-add-roxygen-example # Conflicts: # .Rbuildignore
* Generics used from other packages must be reexported * Some missing args now documented * Unpleasantness with S3 methods (see below) Previously, all S3 methods for `epi_df` had `x` as the first argument. But this doesn't actually pass checks. Any method must match the generic signature. So this means replacing `x` with (variously) `object`/`.data`/`data`. This is a bit annoying to document all together. Adding an issue to split the methods up in the docs.
Merge branch 'main' of https://github.com/dajmcdon/epiprocess # Conflicts: # .github/workflows/R-CMD-check.yaml # DESCRIPTION
… for the error. Creating an issue.
Merge branch 'main' of https://github.com/dajmcdon/epiprocess into cy-add-roxygen-example # Conflicts: # .Rbuildignore # DESCRIPTION
Replaced all instances of gginnards.
@@ -1,5 +1,10 @@ | |||
# epiprocess | |||
|
|||
<!-- badges: start --> | |||
[](https://github.com/dajmcdon/epiprocess/actions) |
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.
I assume the URL here will need to be updated?
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.
Yeah. Thanks for flagging.
…ome changes from epiprocess/cmu-delphi#77
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.
I realize that I've been putting this off because my mental context is totally in the production forecaster right now. I'm going to sign off on this without review, since Logan has already done a thorough review and I don't want to block this further by building a mental context right now.
Just setting this up as a draft for the moment. May need to break into smaller incremental PRs.
@examples
throughout package (maybe query-less versions of vignette code) #69 . Likely needs a some more though.