-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 850 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
30 lines (30 loc) · 850 Bytes
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
Package: carpenter
Type: Package
Title: Build Common Tables of Summary Statistics for Reports
Version: 0.2.3
Authors@R: person("Luke", "Johnston", email = "lwjohnst@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4169-2616"))
Description: Mainly used to build tables that are commonly presented for
bio-medical/health research, such as basic characteristic tables or
descriptive statistics.
License: MIT + file LICENSE
Imports:
dplyr,
magrittr,
tidyr,
pander,
utils,
stats,
tibble,
rlang
RoxygenNote: 7.3.3
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
URL: https://github.com/lwjohnst86/carpenter, http://lwjohnst86.github.io/carpenter/
BugReports: https://github.com/lwjohnst86/carpenter/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US