-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.01 KB
/
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
Package: tabbycat
Type: Package
Title: Tabulate and Summarise Categorical Data
Version: 0.18.0
Authors@R:
person(
given = "Oliver",
family = "Hawkins",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Oliver Hawkins <[email protected]>
Description: Functions for tabulating and summarising categorical variables.
Most functions are designed to work with dataframes, and use the 'tidyverse'
idiom of taking the dataframe as the first argument so they work within
pipelines. Equivalent functions that operate directly on vectors are also
provided where it makes sense. This package aims to make exploratory data
analysis involving categorical variables quicker, simpler and more robust.
License: MIT + file LICENSE
Depends:
R (>= 3.4.0)
Imports:
dplyr (>= 1.0.0),
janitor,
magrittr,
purrr,
rlang,
stringr,
tibble,
tidyr
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3