tidymv v3.2.0
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 withget_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 groupgeom_ribbon()
for plotting CIs.