-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 924 Bytes
/
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
Package: tangram.pipe
Title: Row-by-Row Table Building
Version: 1.1.2
Authors@R:
c(person(given = "Andrew",
family = "Guide",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Thomas",
family = "Stewart",
role = c("aut"),
email = "[email protected]"))
Description: Builds tables with customizable rows. Users can specify the type
of data to use for each row, as well as how to handle missing
data and the types of comparison tests to run on the table
columns.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
dplyr
Suggests:
knitr,
kableExtra,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/thomasgstewart/tangram.pipe
BugReports: https://github.com/thomasgstewart/tangram.pipe/issues