You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,8 @@ Authors@R:
7
7
role = c("aut", "cre"),
8
8
email = "packages@jaredlander.com",
9
9
comment = c(ORCID = "0000-0002-7291-726X"))
10
-
Version: 1.2.8
11
-
Date: 2022-01-12
12
-
Maintainer: Jared P. Lander <packages@jaredlander.com>
10
+
Version: 1.2.9
11
+
Date: 2025-08-23
13
12
Description: Plots the coefficients from model objects. This very quickly shows the user the point estimates and confidence intervals for fitted models.
#' @param shorten logical or character; If \code{FALSE} then coefficients for factor levels will include their variable name. If \code{TRUE} coefficients for factor levels will be stripped of their variable names. If a character vector of variables only coefficients for factor levels associated with those variables will the variable names stripped. Currently not available.
100
100
#' @param interactive If \code{TRUE} an interactive plot is generated instead of \code{ggplot2}
101
101
#' @param \dots Arguments passed on to other functions
102
-
#' @return If \code{plot} is \code{TRUE} then a \code{\link{ggplot}} object is returned. Otherwise a \code{\link{data.frame}} listing coefficients and confidence bands is returned.
#' @return If \code{plot} is \code{TRUE} then a \code{\link[ggplot2]{ggplot}} object is returned. Otherwise a \code{\link{data.frame}} listing coefficients and confidence bands is returned.
Copy file name to clipboardExpand all lines: cran-comments.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Version Number
2
2
3
-
1.2.8
3
+
1.2.9
4
4
5
5
## Test environments
6
6
@@ -9,20 +9,15 @@
9
9
- macOS-latest (release)
10
10
- ubuntu-20.04 (release)
11
11
- ubuntu-20.04 (devel)
12
-
- Windows 10, R 4.1.0
13
-
- Ubuntu 18.04, R 4.1.2
14
-
- Win-Builder
15
-
- R-Hub
12
+
- ubuntu-22.04 (release)
13
+
- ubuntu-22.04 (devel)
14
+
- ubuntu-24.04 (release)
15
+
- ubuntu-24.04 (devel)
16
+
- Ubuntu 12.04, R 4.5.1
16
17
17
18
## R CMD check results
18
19
19
-
There were no ERRORs, WARNINGs, NOTEs when checked locally on Windows and Ubuntu or the GitHub Actions for Windows or Ubuntu-release.
20
-
21
-
GitHub Actions for Mac and Ubuntu-devel had a notes of an example taking more than 5 seconds, though I imagine that has more to do with the machine doing the testing.
22
-
23
-
WinBuild had a note of an example taking more than 10 seconds, though I imagine that has more to do with the machine doing the testing.
24
-
25
-
R-Hub had a note of an example taking more than 5 seconds, though I imagine that has more to do with the machine doing the testing.
20
+
There were no ERRORs, WARNINGs, NOTEs when checked locally on Ubuntu or the GitHub Actions for Windows or Mac. For Github Actions with Ubuntu-release there were no ERRORs or WARNINGs, just a NOTE, but that was related to the executiobn time of examples, likely due to using slow runners.
0 commit comments