-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
36 lines (36 loc) · 938 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
34
35
36
Package: descriptr
Type: Package
Title: Generate Descriptive Statistics
Version: 0.6.0.9000
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9220-9669"))
Description: Generate descriptive statistics such as measures of location,
dispersion, frequency tables, cross tables, group summaries and multiple
one/two way tables.
Depends:
R(>= 3.3.0)
Imports:
dplyr,
ggplot2,
magrittr,
rlang,
scales,
stats,
tidyr,
utils
Suggests:
covr,
gridExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
xplorerr
License: MIT + file LICENSE
URL: https://descriptr.rsquaredacademy.com/, https://github.com/rsquaredacademy/descriptr
BugReports: https://github.com/rsquaredacademy/descriptr/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Config/testthat/edition: 3