Package: coefplot Type: Package Title: Plots Coefficients from Fitted Models Authors@R: person(given = "Jared", family = "Lander", role = c("aut", "cre"), email = "packages@jaredlander.com", comment = c(ORCID = "0000-0002-7291-726X")) Version: 1.2.9 Date: 2025-08-23 Description: Plots the coefficients from model objects. This very quickly shows the user the point estimates and confidence intervals for fitted models. License: BSD_3_clause + file LICENSE LazyLoad: yes Depends: ggplot2 (>= 2.0.0) Imports: plyr, reshape2, useful, stats, dplyr (>= 0.6.0), dygraphs, tibble, magrittr, purrr, plotly ByteCompile: TRUE Packaged: 2026-07-03 17:58:31 UTC; root Suggests: testthat (>= 2.0.0), covr, glmnet, maxLik, xgboost, workflows, parsnip, knitr, rmarkdown Encoding: UTF-8 RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://jaredlander.r-universe.dev Date/Publication: 2025-09-03 15:04:28 UTC RemoteUrl: https://github.com/jaredlander/coefplot RemoteRef: HEAD RemoteSha: e3c7e2004f89b2ddfd40546d5cce7010e435cf4d NeedsCompilation: no Author: Jared Lander [aut, cre] (ORCID: ) Maintainer: Jared Lander