-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.09 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
35
36
Package: ivo.table
Title: Nicely Formatted Contingency Tables and Frequency Tables
Version: 0.6.0.1000
Authors@R:
c(person(given = "Måns",
family = "Thulin",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kajsa",
family = "Grind",
role = c("aut"),
email = "[email protected]"),
person(given = "Stefan",
family = "Furne",
role = c("aut"),
email = "[email protected]"))
Description: Nicely formatted frequency tables and contingency tables (1-way, 2-way, 3-way and 4-way tables), that can easily be exported to HTML or 'Office' documents. Designed to work with pipes.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://github.com/mthulin/ivo.table, https://mthulin.github.io/ivo.table/
BugReports: https://github.com/mthulin/ivo.table/issues
RoxygenNote: 7.3.2
Imports:
dplyr,
flextable,
checkmate,
gt,
officer,
purrr,
tidyr
Suggests:
knitr,
rmarkdown,
palmerpenguins
VignetteBuilder: knitr