Change Log
3.0.0 - 2020-04-24
Removed
- ⚠️ BREAKING CHANGE!!! remove plot_difference()due to the archiving of itsadug. To plot difference smooths, you can usemgcViz::plotDiff().
2.2.1 - 2020-04-22
Changed
- prevent error from dplyr::lag()when type of default is different (prepare for upcoming dplyr 1.0.0)
- roxygen version 7.1.0
2.2.0 - 2019-06-17
Added
- transformargument in- get_gam_predictions()and- plot_smooths()(closes https://github.com/stefanocoretta/tidymv/issues/9)
- exlude_randomargument in- plot_difference()(it was- TRUEby default and it was not possible to change it)
- error message in get_gam_predictionswhen using discretised bam models andexclude_random = TRUE(which is the default)
- two example datasets to be used in the examples
- example of non-Gaussian GAM in plot-smoothsvignette
- support for models with non-syntactic column names (log(y) ~ s(log(x)))
Changed
- add option of setting values to NULLinpredict_gam()when excluding terms to reduce computation time (also mentioned in the vignette)
- improved performance of get_gam_predictions()when excluding terms
- included mention to loaded packages in the vignettes
Fixed
- wrong examples in plot_smooths()andplot_difference()(closes https://github.com/stefanocoretta/tidymv/issues/10)
- handling of s(bs = "re")smooths
Removed
- import from cowplot (the function that required it has been removed)
2.1.0 - 2019-04-23
Added
- examples in documentation for all functions
Changed
- alpha of 0 line in difference smooth plot (now set to 0.5)
- prepared for CRAN first release
Fixed
- missing import in plot_difference()
Deprecated
- ⚠️ time_seriesis now deprecated and replaced withseries.time_serieswill be removed in future releases.
2.0.0 - 2019-01-10
Added
- predict_gam()to return a dataframe with all predictors and fitted values with standard error
- geom_smooth_ci()which provides a new- ggplot2- geomto conveniently plot smooths and confidence intervals from the output of- predict_gam()
- vignette that illustrates how to use the new functions
- examples in the documentation
Changed
- name, arguments, and output of create_event_start()(>create_start_event(), it breaks backward compatibility)
Removed
- plot_gamsd()(use- plot_smooths()and- plot_difference())
1.5.4 - 2018-12-05
Changed
- README now uses new install_githubargument for building vignettes
1.5.3 - 2018-11-16
Added
- plot difference smooth in vignette
Changed
- added deprecated notice in vignette
1.5.2 - 2018-10-22
Fixed
1.5.1 - 2018-08-18
Added
- URL and BugReports in DESCRIPTION
Changed
- series_lengthdefault to 100 in- plot_difference()
1.5.0 - 2018-08-11
Added
- plot_difference()to plot difference smooths
- support for plotting single smooth
Changed
- deprecated message with plot_gamsd()now mentionsplot_difference()
Fixed
- vignettes titles and plots
1.4.0 - 2018-07-03
Added
- splitargument for separating columns (useful for interactions)
- how to plot interactions in vignette
- exclude_termsargument to exclude terms when predicting
- exclude tensor.smoothswhen plotting smooths
- experimental ylimargument toplot_gamsd()
Fixed
- message in plot_gamsd()which said “will be deprecated”
1.3.1 - 2018-02-26
Fixed
- warning in get_gam_predictions()
1.3.0 - 2018-02-26
Added
- get_gam_predictions()for predicting with a- gamobject
- plot_smooths()for plotting smooths
- plot-smooths.Rmdvignette
- support for models with smooths with terms not in time_series
Fixed
- typo in documentation of create_event_start()
- double call of itsadugin DESCRIPTION
- note about lagon check
- note about non-imported itsadug
- incompatibility with rlang@v0.2.0
Deprecated
- plot_gamsd()will be deprecated: use- plot_smoothsinstead. Plotting both smooths and difference smooth is not supported yet.
1.2.0 - 2017-12-07
Added
- rm_reparameter for removing random effects in- plot_gamsd
- depends on itsadug
Changed
- argument event.coltoevent_colincreate_start_event()for style consistency
1.1.0 - 2017-10-31
Added
- black and white option for plot_gamsd()
Changed
- gammodel in the vignette now has a reference smooth- s(x2)
- updated vignette
1.0.0 - 2017-10-21
Added
Changed
- use lag()forcreate_event_start()
Fixed
- error in plot_gamsdabout missing xmin and xmax in annotate if there is no difference
0.1.0 - 2017-06-29
Added
- create_start_eventfunction
- plot_gamsdfunction