-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.45 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.45 KB
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
Package: docorator
Title: Docorate (Decorate + Output) Displays
Version: 0.6.0.9000
Authors@R:
c(person(given = "Becca", family = "Krouse", email = "becca.z.krouse@gsk.com", role = c("aut", "cre")),
person(given = "Shannon", family = "Haughton", email = "shannon.l.haughton@gsk.com", role = c("aut")),
person(given = "Seongbin", family = "Hong", email = "seongbin.x.hong@gsk.com", role = c("aut")),
person("Dragoș", "Moldovan-Grünfeld", , "dragos.v.moldovan-grunfeld@gsk.com", role = "aut"),
person("GlaxoSmithKline Research & Development Limited", role = c("cph", "fnd")))
Description: A framework for creating production outputs. Users can frame a table, listing, or figure with headers and footers and save to an output file. Stores an intermediate 'docorator' object for reproducibility and rendering to multiple output types.
License: Apache License 2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
gt (>= 1.2.0),
rmarkdown,
rlang,
cli,
dplyr,
rstudioapi,
purrr,
stringr,
stringi,
tidyr,
lifecycle,
png,
knitr,
withr,
quarto
Suggests:
rprojroot,
testthat (>= 3.0.0),
tfrmt,
pdftools,
ggplot2
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://GSK-Biostatistics.github.io/docorator/, https://github.com/GSK-Biostatistics/docorator
BugReports: https://github.com/GSK-Biostatistics/docorator/issues
Depends:
R (>= 4.1.0)