-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
40 lines (40 loc) · 1.61 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
Package: pharmaRTF
Type: Package
Title: Enhanced RTF Wrapper for Use with Existing Table Packages
Version: 0.1.4
Authors@R: c(
person(family = "Miller", given = "Eli", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-2127-9456")),
person(family = "Tarasiewicz", given = "Ashley", email = "[email protected]", role = "aut"),
person(family = "Stackhouse", given = "Michael", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6030-723X")),
person(given = "Atorus Research LLC", role = "cph")
)
Description: Enhanced RTF wrapper written in R for use with existing R tables
packages such as 'Huxtable' or 'GT'. This package fills a gap where tables in
certain packages can be written out to RTF, but cannot add certain metadata
or features to the document that are required/expected in a report for a
regulatory submission, such as multiple levels of titles and footnotes,
making the document landscape, and controlling properties such as margins.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
BugReports: https://github.com/atorus-research/pharmaRTF/issues
Encoding: UTF-8
LazyData: true
Imports:
assertthat (>= 0.2.1),
stringr (>= 1.4.0),
purrr (>= 0.3.3),
huxtable (>= 4.7.1)
Suggests:
testthat (>= 2.1.0),
dplyr (>= 0.8.4),
readr (>= 1.3.1),
gt (>= 0.2.0),
magrittr (>= 1.5),
knitr (>= 1.28),
rmarkdown (>= 2.1),
readxl (>= 1.3.1),
kableExtra (>= 1.1.0),
plyr (>= 1.8.5),
tidyverse (>= 1.3.0)
RoxygenNote: 7.1.1
VignetteBuilder: knitr