-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.58 KB
/
Copy pathDESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.58 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
43
44
Package: clinify
Type: Package
Title: Clinical Table Styling Tools and Utilities
Version: 0.4.0
Authors@R: c(
person(given = "Mike",
family = "Stackhouse",
role = c("aut", "cre"),
email = "mike.stackhouse@atorusresearch.com",
comment = c(ORCID = "0000-0001-6030-723X")),
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 = "ctb"),
person(given = "Atorus Research, Inc.",
role = "cph"),
person(given = "Incyte Corporation", role="cph"))
Depends:
R (>= 4.2)
Imports:
flextable,
officer (>= 0.7.2),
magrittr,
dplyr,
knitr,
htmltools,
tidyselect,
zoo
Suggests:
rmarkdown,
testthat (>= 3.0.0),
Tplyr,
rvest,
withr,
xml2
Description: The primary motivation of this package is to take the things that are great about the R packages 'flextable' <https://davidgohel.github.io/flextable/> and 'officer' <https://davidgohel.github.io/officer/>, take the standard and complex pieces of formatting clinical tables for regulatory use, and simplify the tedious pieces.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://atorus-research.github.io/clinify/
Config/roxygen2/version: 8.0.0