Skip to content

tidymv v3.2.0

Compare
Choose a tag to compare
@stefanocoretta stefanocoretta released this 06 Jan 12:55

Added

  • ✨ - get_smooths_difference() which returns a tibble with the difference of two levels of a smooth (#11).

  • 🍇 - plot-smooths.Rmd now includes a plotting example with get_smooths_difference().

  • 👷 - Add GitHub actions for R CMD check.

  • 🖼 - Add logo!

Changed

  • ⬆️ - Use tidy evaluation.

Removed

  • 🔥 - Travis CI has been removed (now use GitHub Actions).

tidymv v3.1.0

Added

  • reintroduced plot_difference().

  • imported code from itsadug for better integration with plot_difference() and compatibility with R 3.6.1.

  • 🍇 include example of get_gam_predictions() in plot smooths vignette.

Changed

  • get_gam_predictions() now returns an .idx column which assigns a number to each curve (when multiple variables are used). The .idx column can be used to correctly group geom_ribbon() for plotting CIs.