-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.86 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
Package: rdocx
Title: rdocx
Description: The `rdocx` package streamlines clinical trial reporting
by enabling R-driven, end-to-end workflows that produce reports in
Microsoft Word format for interdisciplinary collaboration. Built with
an object-oriented design, `rdocx` provides classes for creating
structured report items (tables, figures, etc.) with a comprehensive
suite of tests for quality assurance. The package allows rendering
reports in a customizable Word template, promoting seamless
integration into GxP-compliant environments. Two main use cases are
supported, a generic RMarkdown report template for standardized
document creation, and an automated reporting tool for selective
updates to tables and figures in existing Word files.
Version: 1.0.0
Authors@R: c(
person("Janina", "Linnik", email = "[email protected]", role = c("aut", "cre")),
person("Orla", "Doyle", email = "[email protected]", role = c("aut")),
person("Ines", "Gimeno Molina", email = "[email protected]", role = c("aut")),
person("Jack", "Talboys", email = "[email protected]", role = c("ctb")))
Maintainer: Janina Linnik <[email protected]>, Orla Doyle <[email protected]>, Ines Gimeno Molina <[email protected]>
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
rmarkdown,
dplyr,
flextable,
knitr,
lgr,
officer,
R6,
checkmate,
jpeg,
magick,
magrittr,
png,
stats,
stringr,
tools,
utils,
xml2,
yaml,
cowplot,
ggplot2,
kableExtra,
testthat
VignetteBuilder: knitr
Collate:
'ActivityTable.R'
'ChangelogTable.R'
'ReplaceOutputs.R'
'SignaturesTable.R'
'TitlePage.R'
'rdocx_global.R'
'rmd_render.R'
'utils.R'
'utils_checks.R'