-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 904 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
Package: freqtables
Type: Package
Title: Make Quick Descriptive Tables for Categorical Variables
Description: Quickly make tables of descriptive statistics (i.e., counts,
percentages, confidence intervals) for categorical variables. This
package is designed to work in a Tidyverse pipeline, and consideration
has been given to get results from R to Microsoft Word ® with minimal pain.
Version: 0.1.1
Authors@R: person("Brad", "Cannell", email = "brad.cannell@gmail.com",
role = c("aut", "cre"))
Maintainer: Brad Cannell <brad.cannell@gmail.com>
URL: https://github.com/brad-cannell/freqtables
BugReports: https://github.com/brad-cannell/freqtables/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.2
Imports:
dplyr,
rlang,
stringr
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true