Skip to content

gratia version 0.7.3 is released and on CRAN

Compare
Choose a tag to compare
@gavinsimpson gavinsimpson released this 09 May 11:21

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() and confint.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() and confint.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" like compare_smooths(m_gam, m_gamm$gam) or compare_smooths(l[[1]], l[[2]]) even if the evaluated objects were valid GAM(M) models. Reported by Andrew
    Irwin #150