-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
55 lines (55 loc) · 1.75 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
Package: r2rtf
Title: Easily Create Production-Ready Rich Text Format (RTF) Tables and Figures
Version: 1.1.2
Authors@R: c(
person("Yilong", "Zhang", role = "aut"),
person("Siruo", "Wang", role = "aut"),
person("Simiao", "Ye", role = "aut"),
person("Fansen", "Kong", role = "aut"),
person("Brian", "Lang", role = "aut"),
person("Benjamin", "Wang", email = "[email protected]", role = c("aut", "cre")),
person("Nan", "Xiao", role = "ctb"),
person("Madhusudhan", "Ginnaram", role = "ctb"),
person("Ruchitbhai", "Patel", role = "ctb"),
person("Huei-Ling", "Chen", role = "ctb"),
person("Peikun", "Wu", role = "ctb"),
person("Uday Preetham", "Palukuru", role = "ctb"),
person("Daniel", "Woodie", role = "ctb"),
person("Sarad", "Nepal", role = "ctb"),
person("Jane", "Liao", role = "ctb"),
person("Jeff", "Cheng", role = "ctb"),
person("Yirong", "Cao", role = "ctb"),
person("Amin", "Shirazi", role = "ctb"),
person("Yihui", "Xie", role = "ctb"),
person("Günter", "Milde", role = c("ctb"),
comment = c("Original author of the unimathsymbols.txt file")),
person("Merck Sharp & Dohme Corp", role = "cph")
)
Description: Create production-ready Rich Text Format (RTF) tables and figures
with flexible format.
License: GPL-3
URL: https://merck.github.io/r2rtf/, https://github.com/Merck/r2rtf
BugReports: https://github.com/Merck/r2rtf/issues
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
Depends: R (>= 3.5.0)
Imports:
grDevices,
tools
Suggests:
covr,
dplyr,
emmeans,
ggplot2,
knitr,
magrittr,
officer,
rmarkdown,
stringi,
testthat,
tidyr,
xml2
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1