-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
76 lines (76 loc) · 2.12 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
75
76
Package: pmtables
Type: Package
Title: Tables for Pharmacometrics
Version: 0.8.1
Authors@R:
c(
person(given = "Kyle",
family = "Baron",
role = c("aut", "cre"),
email = "kyleb@metrumrg.com"),
person(given = "Anna-Christina",
family = "Nevison",
role = "ctb",
email = "annan@metrumrg.com"),
person(given = "Katherine",
family = "Kay",
role = "ctb",
email = "katherinek@metrumrg.com"),
person(given = "Devin",
family = "Pastoor",
role = "ctb",
email = "devin.pastoor@gmail.com"),
person(given = "Kyle",
family = "Barrett",
role = "ctb",
email = "barrettk@metrumrg.com")
)
Maintainer: Kyle Baron <kyleb@metrumrg.com>
Description: Summarize data sets and create publication-quality tables for
inclusion in 'tex' documents.
License: GPL (>=2)
URL: https://metrumresearchgroup.github.io/pmtables, https://github.com/metrumresearchgroup/pmtables
BugReports: https://github.com/metrumresearchgroup/pmtables/issues
Imports: purrr (>= 1.0.0), dplyr (>= 1.0.0), forcats, tidyr, rlang, glue, tibble,
assertthat, tidyselect, stringr, knitr, rmarkdown, lifecycle, rprojroot, fs
Depends: R (>= 3.5.0)
Suggests: testthat, yaml, texPreview, magick, pdftools, withr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
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'
'glossary.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'