Skip to content

Commit 8b50810

Browse files
committed
prep v1.5.2 release
1 parent e737897 commit 8b50810

6 files changed

Lines changed: 16 additions & 6 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
^\.github$
1313
^_pkgdown\.yml$
1414
^cran-comments\.md$
15+
^.vscode$

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: wqtrends
22
Title: Assess Water Quality Trends with Generalized Additive Models
3-
Version: 1.5.1.9004
4-
Date: 2025-12-19
3+
Version: 1.5.2
4+
Date: 2026-01-05
55
Authors@R: c(
66
person(given = "Marcus",
77
family = "Beck",

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# wqtrends 1.5.2
2+
3+
* Fix to `show_prdseries()` when `yromit` argument is used to omit years from the plot, this creates a gap in the line for omitted years using `ggplot2::geom_path()`
4+
* Added `minomit` argument to `show_prdseries()` to omit years with fewer than the specified number of observations from the plot, see documentation update for details
5+
* Better testing for `show_prdseries()` with update to `yromit` argument
6+
* Fix legends in `show_mettrndseason()` and `show_trndseason()` to correctly display guides.
7+
* Changed deprecated `size` argument to `linewidth` for internal calls to `geom_line()` for ggplot2 v3.4.0 compatibility in `show_prdseason()` and `show_prddoy()` (issue #7).
8+
* `show_prddoy()` argument `size` changed to `linewidth` for line width (issue #7).
9+
110
# wqtrends 1.5.1
211

312
* Added `yromit` argument to `show_prddoy()`, `show_prdseason()`, and `show_prdseries()` to omit years from the plots

R/show_prdseries.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @param xlim optional numeric vector of length two for x-axis limits
1111
#' @param ylim optional numeric vector of length two for y-axis limits
1212
#' @param col optional chr string for line color
13-
#' @param minomit numeric indicating number of observations in the observed data to exclude it in the predicted series for a given year if provided to \code{yromit}
13+
#' @param minomit numeric indicating number of observations in the observed data to exclude in the predicted series for a given year if provided to \code{yromit}
1414
#'
1515
#' @return A \code{\link[ggplot2]{ggplot}} object
1616
#' @export

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Resubmission
22

3-
This is a minor version update 1.5.1.
3+
This is a minor version update 1.5.2.
44

55
## Test environments
66

7-
* ubuntu 24.04.2 (on GitHub Actions), R release, devel, and old-release
7+
* ubuntu 24.04.3 (on GitHub Actions), R release, devel, and old-release
88
* macOS (on GitHub Actions), R release
99
* windows (on GitHub Actions), R release
1010
* win-builder http://win-builder.r-project.org/, R release, devel, and old-release

man/show_prdseries.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)