gratia version 0.7.3 is released and on CRAN #170
gavinsimpson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
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 AndrewIrwin compare_smooths doesn't work for certain valid calls #150
This discussion was created from the release gratia version 0.7.3 is released and on CRAN.
Beta Was this translation helpful? Give feedback.
All reactions