An in-development R package and a Bayesian hierarchical model jointly fitting multiple "local" wastewater data streams and "global" case count data to produce nowcasts and forecasts of both observations
This pull request includes updates to the GitHub Actions workflow and documentation for the wwinference package. The most important changes involve modifying the workflow for posting pages artifacts to pull requests and updating the NEWS.md file to reflect these internal changes.
Workflow Updates:
.github/workflows/pkgdown.yaml: Added name and retention-days to the upload-pages-artifact step to specify the artifact name and retention period (7 days now).
.github/workflows/pkgdown.yaml: Simplified the post-page-artifact job by removing unnecessary steps and using CDCgov/cfa-actions/post-artifact to post the artifact with the name github-pages.
Documentation Updates:
NEWS.md: Added an entry under the development version wwinference 0.1.0.99 to document the internal changes related to the workflow update for posting pages artifacts to pull requests.
Thank you for your contribution @gvegayon :rocket:! Your github-pages is ready for download :point_right: here :point_left:!
(The artifact expires on 2024-10-30T20:04:37Z. You can re-generate it by re-running the workflow here.)
This pull request includes updates to the GitHub Actions workflow and documentation for the
wwinference
package. The most important changes involve modifying the workflow for posting pages artifacts to pull requests and updating theNEWS.md
file to reflect these internal changes.Workflow Updates:
.github/workflows/pkgdown.yaml
: Addedname
andretention-days
to theupload-pages-artifact
step to specify the artifact name and retention period (7 days now)..github/workflows/pkgdown.yaml
: Simplified thepost-page-artifact
job by removing unnecessary steps and usingCDCgov/cfa-actions/post-artifact
to post the artifact with the namegithub-pages
.Documentation Updates:
NEWS.md
: Added an entry under the development versionwwinference 0.1.0.99
to document the internal changes related to the workflow update for posting pages artifacts to pull requests.