Skip to content
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

944: avoid mentioning "daily reports" #947

Merged
merged 5 commits into from
Jan 30, 2025
Merged

944: avoid mentioning "daily reports" #947

merged 5 commits into from
Jan 30, 2025

Conversation

sbfnk
Copy link
Contributor

@sbfnk sbfnk commented Jan 30, 2025

These can now be at different regular or irregular frequencies

Description

This PR closes #944.

Initial submission checklist

  • My PR is based on a package issue and I have explicitly linked it.
  • I have tested my changes locally (using devtools::test() and devtools::check()).
  • I have added or updated unit tests where necessary.
  • I have updated the documentation if required and rebuilt docs if yes (using devtools::document()).
  • I have followed the established coding standards (and checked using lintr::lint_package()).
  • I have added a news item linked to this PR.

After the initial Pull Request

  • I have reviewed Checks for this PR and addressed any issues as far as I am able.

sbfnk added 2 commits January 30, 2025 18:35
These can now be at different regular or irregular frequencies
seabbs
seabbs previously approved these changes Jan 30, 2025
@seabbs seabbs enabled auto-merge January 30, 2025 18:46
@seabbs seabbs added this pull request to the merge queue Jan 30, 2025
@@ -35,6 +35,7 @@
- All examples now use the natural parameters of distributions rather than the mean and standard deviation when specifying uncertain distributions. This is to eliminate warnings and encourage best practice. By @jamesmbaazam in #893 and reviewed by @sbfnk.
- Updated the methodology vignettes, By @sbfnk in #919 and reviewed by @seabbs and @jamesmbaazam.
- The ways that `dist_spec()` with certain/uncertain parameters can be constrained has been clarified. By @sbfnk in #940 and reviewed by @jamesmbaazam.
- Language in plots and summaries was adapted to reflect potentially non-daily data. By @sbfnk in #947 and reviewed by @seabbs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Language in plots and summaries was adapted to reflect potentially non-daily data. By @sbfnk in #947 and reviewed by @seabbs.
- Language in plots and summaries was adapted to reflect potentially non-daily data. By @sbfnk in #947 and reviewed by @seabbs and @jamesmbaazam.

Merged via the queue into main with commit 6c6d90c Jan 30, 2025
8 checks passed
@seabbs seabbs deleted the rename-plot-label branch January 30, 2025 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt plots to accumulation frequency (if uniform)
3 participants