-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
63 lines (63 loc) · 1.98 KB
/
Copy pathDESCRIPTION
File metadata and controls
63 lines (63 loc) · 1.98 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: tfrmt
Title: Applies Display Metadata to Analysis Results Datasets
Version: 0.4.0.9000
Authors@R: c(
person("Alanah", "Jonas", , "alanah.x.jonas@gsk.com", role = c("aut", "cre")),
person("Becca", "Krouse", , "becca.z.krouse@gsk.com", role = "aut"),
person("Christina", "Fillmore", , "christina.e.fillmore@gsk.com", role = "aut",
comment = c(ORCID = "0000-0003-0595-2302")),
person("Ellis", "Hughes", , "ellis.h.hughes@gsk.com", role = "aut",
comment = c(ORCID = "0000-0003-0637-4436")),
person("Karima", "Ahmad", , "karima.j.ahmad@gsk.com", role = "aut",
comment = c(ORCID = "0000-0002-8784-1712")),
person("Shannon", "Haughton", , "shannon.l.haughton@gsk.com", role = "aut"),
person("Dragoș", "Moldovan-Grünfeld", , "dragos.v.moldovan-grunfeld@gsk.com", role = "aut"),
person("GlaxoSmithKline Research & Development Limited", role = c("cph", "fnd")),
person("Atorus Research LLC", role = c("cph", "fnd"))
)
Description: Creates a framework to store and apply display metadata to
Analysis Results Datasets (ARDs). The use of 'tfrmt' allows users to
define table format and styling without the data, and later apply the
format to the data.
License: Apache License (>= 2)
URL: https://GSK-Biostatistics.github.io/tfrmt/,
https://github.com/GSK-Biostatistics/tfrmt
BugReports: https://github.com/GSK-Biostatistics/tfrmt/issues
Depends:
R (>= 4.2.0)
Imports:
cli,
dplyr,
forcats,
ggplot2,
glue,
gt (>= 1.1.0),
jsonlite,
magrittr,
purrr,
rlang (>= 1.1.0),
stringi,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
cards (>= 0.9.0),
covr,
ggfortify,
knitr,
patchwork,
pharmaverseadam,
rmarkdown,
survival,
testthat (>= 3.0.0),
withr
Remotes:
pharmaverse/cards
Config/roxygen2/markdown: TRUE
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-GB
LazyData: true