gratia version 0.7.3 is released and on CRAN
gratia 0.7.3
This is a minor release for gratia, mainly motivated by a request to fix outputs from examples on M1 Macs where the results printed deviated markedly from the reference output generated on my Linux machine. The full entry for the release in NEWS.md
is reproduced below.
User visible changes
- Plots of smooths now use "Partial effect" for the y-axis label in place of "Effect", to better indicate what is displayed.
New features
-
confint.fderiv()
andconfint.gam()
now return their results as a tibble instead of a common-or-garden data frame. The latter mostly already did this. -
Examples for
confint.fderiv()
andconfint.gam()
were reworked, in part to remove some inconsistent output in the examples when run on M1 macs.
Bug fixes
compare_smooths()
failed when passed non-standard model "names" likecompare_smooths(m_gam, m_gamm$gam)
orcompare_smooths(l[[1]], l[[2]])
even if the evaluated objects were valid GAM(M) models. Reported by Andrew
Irwin #150