-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
64 lines (64 loc) · 2.09 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
56
57
58
59
60
61
62
63
64
Package: rtables.officer
Title: Reporting Tables
Version: 0.0.1.9004
Date: 2024-11-14
Authors@R: c(
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "ctb"),
person("Davide", "Garolini", , "davide.garolini@roche.com", role = "aut"),
person("Emily", "de la Rua", , "emily.de_la_rua@contractors.roche.com", role = "aut"),
person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "aut"),
person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: This package is dedicated to convert `rtables` object to
tables in use in `pptx` and `docx` files.
License: Apache License 2.0 | file LICENSE
URL: https://github.com/insightsengineering/rtables.officer,
https://insightsengineering.github.io/rtables.officer/
BugReports: https://github.com/insightsengineering/rtables.officer/issues
Depends:
formatters (>= 0.5.9),
magrittr (>= 1.5),
methods,
R (>= 2.10),
rtables (>= 0.6.10.9003)
Imports:
checkmate (>= 2.1.0),
flextable (>= 0.9.6),
lifecycle (>= 0.2.0),
officer (>= 0.6.6),
stats,
stringi (>= 1.6)
Suggests:
broom (>= 1.0.6),
car (>= 3.0-13),
dplyr (>= 1.0.5),
knitr (>= 1.42),
r2rtf (>= 0.3.2),
rmarkdown (>= 2.23),
survival (>= 3.3-1),
testthat (>= 3.0.4),
tibble (>= 3.2.1),
tidyr (>= 1.1.3),
withr (>= 2.0.0),
xml2 (>= 1.1.0)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: insightsengineering/formatters,
insightsengineering/rtables, tidyverse/magrittr, mllg/checkmate,
rstudio/htmltools, gagolews/stringi, tidymodels/broom, cran/car,
tidyverse/dplyr, davidgohel/flextable, yihui/knitr, r-lib/lifecycle,
davidgohel/officer, Merck/r2rtf, rstudio/rmarkdown, therneau/survival,
r-lib/testthat, tidyverse/tibble, tidyverse/tidyr, r-lib/withr,
r-lib/xml2
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'package.R'
'tt_export.R'
'tt_as_flextable.R'
'tt_to_paginate_office.R'