Skip to content

Releases: tbep-tech/wqtrends

v1.5.2

12 Jan 15:20

Choose a tag to compare

  • 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()
  • 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
  • Better testing for show_prdseries() with update to yromit argument
  • Fix legends in show_mettrndseason() and show_trndseason() to correctly display guides.
  • 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).
  • show_prddoy() argument size changed to linewidth for line width (issue #7).

v1.5.1

09 Jul 20:47

Choose a tag to compare

  • Added yromit argument to show_prddoy(), show_prdseason(), and show_prdseries() to omit years from the plots
  • Added seascol and trndcol arguments to show_metseason() for changing the colors of the seasonal metric points and trend line, respectively

v1.5.0

04 Sep 12:48

Choose a tag to compare

  • Added anlz_sumstats() function to return summary statistics from a GAM and mixed-effects meta-analysis trend model
  • show_trndseason() has nms, fils, and cols arguments for trend names in legend, interior fill of points, and color of confidence intervals
  • Fix bug for incorrect assignment of scale manual entries for color, fill, and shapes in show_trndseason()
  • Fix bug for incorrect use of yromit argument for removing years from plots and trend analysis
  • Removed usearrow option from show_trndseason() and replaced with item two above

v1.4.2

26 Jan 13:26

Choose a tag to compare

  • show_trndseason() has option usearrow to plot points as up or down arrows for trend direction
  • show_metseason() no longer returns ambiguous error if yrstr or yrend are NULL
  • show_mettrndseason() function added to plot trend and seasonal metrics in a single plot
  • All show_*() functions no longer have serif base font
  • Added col argument for line color to show_prdseries()
  • Added GitHub URLs to DESCRIPTION

v1.4.1

18 Aug 14:15

Choose a tag to compare

  • Initial CRAN submission.
  • anlz_gam() has try silent, shows cat message about knots instead
  • Shortened examples in help documentation to reduce runtime
  • Update tests for show_metseason() and anlz_gam() to increase coverage
  • Changed README links to pass CRAN checks
  • Added CITATION file
  • Added NEWS file

v1.4.0

29 Aug 13:42

Choose a tag to compare

  • Added annual argument to anlz_pred() to return predictions only for the cont_year smoother
  • Vignette clarity on the appropriate type of data for use with the package
  • Fix to window centering and help file clarification for anlz_trndseason()
  • Fix for values less than zero if trans is log10 in anlz_trans()
  • Returned anlz_avgseason() function to package, this was previously removed for a more generic version of the function
  • Added anlz_sumtrndseason() and show_sumtrndseason() for evaluating trends with multiple window widths in a single plot
  • Added useave argument to show_meatseason() to use anlz_avgseason() for the estimate, this decreases computation time
  • Added base_size argument to most plot function to change the base font sizes
  • Fix where season day of year range was hard-coded in show_sumtrndseason()
  • Added show_trndseason2() as modification to show_trndseason() to plot summaries in seasonal quarters
  • Added documentation update about suppressing trend lines in show_metseason()
  • Added documentatoin about the default transformation in anlz_gam()
  • Fix to anlz_prdmatrix() for start of date origin when using doystr and doyend
  • Added dispersion parameter to output of anlz_avgseason() and anlz_metseason()
  • Added yromit argument to omit years from the plot and trend with show_metseason()
  • Added xlim and ylim argument to most plot functions

v1.3.0

10 Jun 12:53

Choose a tag to compare

Removed anlz_avgseason, all seasonal metrics estimated with anlz_metseason.

v1.2.0

10 May 20:48

Choose a tag to compare

Addition of functions for calculating generic seasonal metrics

v1.1.0

05 Feb 21:27

Choose a tag to compare

Update for manuscript draft

v1.0.0

20 Mar 22:01

Choose a tag to compare

First release