Package: visreg Title: Visualization of Regression Models Version: 2.8.0.2 Authors@R: c( person("Patrick", "Breheny", role=c("aut","cre"), email="patrick-breheny@uiowa.edu", comment=c(ORCID="0000-0002-0650-1119")), person("Woodrow", "Burchett", role=c("ctb"))) Description: Provides a convenient interface for constructing plots to visualize the fit of regression models arising from a wide variety of models in R ('lm', 'glm', 'coxph', 'rlm', 'gam', 'locfit', 'lmer', 'randomForest', etc.) License: GPL-3 URL: https://pbreheny.github.io/visreg/, https://github.com/pbreheny/visreg BugReports: https://github.com/pbreheny/visreg/issues Depends: R (>= 4.1) Imports: lattice, rlang, ggplot2 Suggests: glmmTMB, knitr, lme4, MASS, Matrix, rgl, rmarkdown, survival, tinytest Enhances: nlme VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://pbreheny.r-universe.dev Date/Publication: 2026-06-28 20:37:14 UTC RemoteUrl: https://github.com/pbreheny/visreg RemoteRef: HEAD RemoteSha: f2fa69a50046fa34f34a233aec13a0e81f88d66e NeedsCompilation: no Packaged: 2026-06-28 22:04:22 UTC; root Author: Patrick Breheny [aut, cre] (ORCID: ), Woodrow Burchett [ctb] Maintainer: Patrick Breheny