-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 891 Bytes
/
DESCRIPTION
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
32
33
Package: tidycat
Type: Package
Title: Expand Tidy Output for Categorical Parameter Estimates
Version: 0.1.2
Authors@R: c(person(c("Guy", "J."), "Abel", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4893-5687")))
Maintainer: Guy J. Abel <[email protected]>
URL: https://guyabel.github.io/tidycat/
BugReports: https://github.com/guyabel/tidycat/issues/
Description: Create additional rows and columns on broom::tidy() output to allow for easier control on categorical parameter estimates.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: magrittr,
utils,
tidyr,
tibble,
dplyr,
stringr,
stats,
forcats
Suggests:
broom,
ggplot2,
ggforce,
knitr,
rmarkdown,
spelling
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Language: en-US