-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.1 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
37
38
Package: modulartabler
Type: Package
Title: Building count tables from parts
Version: 0.1.0
Authors@R: c(
person("Ian", "Powell", , "[email protected]", role = c("cre", "aut")),
person("Peter", "Moritz", , "[email protected]", role = "ctb"),
person("Hafiz", "Khusyairi", role = "ctb"),
person("State of New South Wales NSW Ministry of Health", role = "cph")
)
Description: Builds tables of counts modularly. Each table is described by
mapping tables for each dimension. Dimensions can be mixed and matched to
build different tables with the same margins. Small cells can be suppressed,
and mapping tables can be used to determine what secondary suppression is
necessary to prevent back-calculation.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
ROI.plugin.highs,
withr,
glue,
AER
Imports:
R6,
purrr,
dplyr (>= 1.1.2),
tidyselect,
tibble,
tidyr (>= 1.3.0),
forcats (>= 1.0.0),
ROI (>= 1.0.1),
cli (>= 3.6.1),
rlang (>= 1.1.1),
vctrs (>= 0.6.5)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)