-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 916 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: gglm
Type: Package
Title: Grammar of Graphics for Linear Model Diagnostic Plots
Version: 1.0.5.9000
Authors@R:
c(person(given = "Grayson",
family = "White",
role = c("aut", "cre"),
email = "graysonwhite13@gmail.com",
comment = c(ORCID = "0000-0003-4993-2792")))
Description: Allows for easy creation of diagnostic plots for a variety of model objects using the Grammar of Graphics.
Provides functionality for both individual diagnostic plots and an array of four standard diagnostic plots.
License: CC0
Date: 2026-02-21
Encoding: UTF-8
Depends:
ggplot2
Imports:
broom,
broom.mixed,
patchwork,
utils,
rlang,
vctrs
Suggests:
lme4,
testthat (>= 3.0.0)
URL: https://github.com/graysonwhite/gglm, https://graysonwhite.com/gglm/
BugReports: https://github.com/graysonwhite/gglm/issues
RoxygenNote: 7.3.3
Config/testthat/edition: 3