Skip to content

Releases: stefanocoretta/tidymv

v1.5.4

05 Dec 09:45
Compare
Choose a tag to compare

Changed

  • README now uses new install_github argument for building vignettes

v1.5.3

16 Nov 09:13
Compare
Choose a tag to compare

Added

  • plot difference smooth in vignette

Changed

  • added deprecated notice in vignette

v1.5.2

23 Oct 02:52
Compare
Choose a tag to compare

Fixed

  • error with updated rlang

v1.5.1

18 Aug 07:38
66a3e94
Compare
Choose a tag to compare

Added

  • URL and BugReports in DESCRIPTION

Changed

  • series_length default to 100 in plot_difference()

v1.5.0

11 Aug 11:36
Compare
Choose a tag to compare

Added

  • plot_difference() to plot difference smooths
  • support for plotting single smooth

Changed

  • deprecated message with plot_gamsd() now mentions plot_difference()

Fixed

  • vignettes titles and plots

v1.4.0

03 Jul 16:39
Compare
Choose a tag to compare

Added

  • split argument for separating columns (useful for interactions)
  • how to plot interactions in vignette
  • exclude_terms argument to exclude terms when predicting
  • exclude tensor.smooths when plotting smooths
  • experimental ylim argument to plot_gamsd()

Fixed

  • message in plot_gamsd() which said "will be deprecated"

v1.3.1

26 Feb 23:10
Compare
Choose a tag to compare

Fixed

  • warning in get_gam_predictions()

v1.3.0

26 Feb 16:32
Compare
Choose a tag to compare

Added

  • get_gam_predictions() for predicting with a gam object
  • plot_smooths() for plotting smooths
  • plot-smooths.Rmd vignette
  • support for models with smooths with terms not in time_series

Fixed

  • typo in documentation of create_event_start()
  • double call of itsadug in DESCRIPTION
  • note about lag on check
  • note about non-imported itsadug
  • incompatibility with rlang@v0.2.0

v1.2.0

07 Dec 15:01
Compare
Choose a tag to compare

Added

  • rm_re parameter for removing random effects in plot_gamsd
  • depends on itsadug

Changed

  • argument event.col to event_col in create_start_event() for style consistency

v1.1.0

31 Oct 21:34
Compare
Choose a tag to compare

Added

  • black and white option for plot_gamsd()

Changed

  • gam model in the vignette now has a reference smooth s(x2)
  • updated vignette