forked from metrumresearchgroup/pmtables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
74 lines (74 loc) · 1.94 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: pmtables
Type: Package
Title: Tables for Pharmacometrics
Version: 0.6.0.9000
Authors@R:
c(
person(given = "Kyle",
family = "Baron",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Anna-Christina",
family = "Nevison",
role = "ctb",
email = "[email protected]"),
person(given = "Katherine",
family = "Kay",
role = "ctb",
email = "[email protected]"),
person(given = "Devin",
family = "Pastoor",
role = "ctb",
email = "[email protected]"),
person(given = "Kyle",
family = "Barrett",
role = "ctb",
email = "[email protected]")
)
Maintainer: Kyle Baron <[email protected]>
Description: Summarize data sets and create publication-quality tables for
inclusion in 'tex' documents.
License: GPL (>=2)
Imports: purrr, dplyr (>= 1.0.0), forcats, tidyr, rlang, glue, tibble,
assertthat, tidyselect, stringr, knitr, rmarkdown, lifecycle
Depends: R (>= 3.5.0)
Suggests: testthat, yaml, fs, texPreview, magick, pdftools
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Collate:
'class-new_names.R'
'class-digits.R'
'utils.R'
'summary-functions.R'
'AAAA.R'
'caption.R'
'check.R'
'class-pmtable.R'
'continuous_table.R'
'data_inventory_table.R'
'demographics-table.R'
'discrete_table.R'
'knit-dependencies.R'
'preview-standalone.R'
'preview.R'
'summarize-cat-chunk.R'
'table-align.R'
'table-clear_reps.R'
'table-cols.R'
'table-control.R'
'table-hlines.R'
'table-long.R'
'table-notes.R'
'table-object.R'
'table-panel.R'
'table-sizes.R'
'table-span.R'
'table-stable.R'
'table-sumrow.R'
'table-tabular.R'
'table-utils.R'
'yaml-as-df.R'