-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.13 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
Package: clinify
Type: Package
Title: Styling for Clinical Outputs
Version: 0.1.0
Authors@R: c(
person("Ross", "Didenko", email = "rostyslav.didenko@atorusresearch.com", role = c("aut")),
person("Yevhenii", "Boiko", email = "yevhenii.boiko@atorusresearch.com", role = c("aut")),
person("Marat", "Zakirov", email = "marat.zakirov@atorusresearch.com", role = "ctb"),
person("Roman", "Rogoza", email = "roman.rogoza@atorusresearch.com", role = "cre"))
Depends: R (>= 4.2)
Imports:
dplyr,
flextable,
magrittr,
officer,
rlang
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Description: Develop custom styling for the clinical outputs and apply them in .docx.
Can set default stylings to flextable headers, footers and body.
Can add new headers and footers from the provided data.
Can calculate appropriate column sizes and row groupings as well as wrap blocks
of data so the rows that should come together unwrapped stays together.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr