Changes in version 2.0.2.9000 - Switching to development version. Changes in version 2.0.2 (2025-04-08) Chore - Account for mixed predictor specifications. - Upkeep maintenance. Changes in version 2.0.1 (2020-05-24) Package infrastructure - Move to GitHub Actions - Add lintr - Add codemeta - Add precommit framework - Use stock pkgdown theme R package - Optimize wording and documentation - Update broken links - Remove dependencies: - tibble - stringr - gtable - gam - cowplot - scales - Account for partial matching of predictor variables (#34) Changes in version 2.0.0 (2019-06-13) - return a tibble instead of a data.frame - clean up code base - don't use cowplot ggplot theme by default - optimize wording in vignette Changes in version 1.0.3 (2018-07-25) - update functions to work with ggplot2 v3.0.0 Changes in version 1.0.2 (2017-12-07) Minor - Add CITATION file Changes in version 1.0.0 (2017-06-12) Major - rename functions (snake_case) Changes in version 0.3.1 (2016-11-13) - update functions to work with ggplot2 v2.2.0 - add data and enable lazy loading in examples Changes in version 0.3.0 (2016-10-27) New functions - plot_smooth.gam(): Lets you plot smoothing functions of GAM(M)s using ggplot2. - add.oddsratio.into.plot(): Add odds ratios into plot of GAM(M) smoothing function. Function updates - calc.oddsratio.glm, calc.oddsratio.gam: Add odds ratio confident interval calculation - For GLM models CI level can be specified manually. - Print 'CI' warning if model is of type glmmPQL Changes in version 0.2.0 - Remove param quietly - return data.frame in any case - update DESCRIPTION Changes in version 0.1.0 - Initial release attempt to CRAN