1
1
Type: Package
2
2
Package: chevron
3
3
Title: Standard TLGs for Clinical Trials Reporting
4
- Version: 0.2.9.9000
4
+ Version: 0.2.10
5
5
Date: 2025-02-17
6
6
Authors@R: c(
7
- person("Liming", "Li", , "
[email protected] ", role = c("aut", "cre")),
8
- person("Benoit", "Falquet", , "
[email protected] ", role = "aut"),
7
+ person("Liming", "Li", , "
[email protected] ", role = "aut",
8
+ comment = "Original creator of the package"),
9
+ person("Benoit", "Falquet", , "
[email protected] ", role = "aut",
10
+ comment = "Original creator of the package"),
9
11
person("Xiaoli", "Duan", , "
[email protected] ", role = "aut"),
10
12
person("Adrian", "Waddell", , "
[email protected] ", role = "ctb"),
11
13
person("Chenkai", "Lv", , "
[email protected] ", role = "ctb"),
12
14
person("Pawel", "Rucki", , "
[email protected] ", role = "ctb"),
13
15
person("Tim", "Barnett", , "
[email protected] ", role = "ctb"),
14
16
person("Tian", "Fang", , "
[email protected] ", role = "ctb"),
17
+ person("Joe", "Zhu", , "
[email protected] ", role = "cre",
18
+ comment = c(ORCID = "0000-0001-7566-2787")),
15
19
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
16
20
)
17
21
Description: Provide standard tables, listings, and graphs (TLGs)
@@ -25,7 +29,7 @@ URL: https://insightsengineering.github.io/chevron/,
25
29
https://github.com/insightsengineering/chevron/
26
30
BugReports: https://github.com/insightsengineering/chevron/issues
27
31
Depends:
28
- R (>= 4.0 .0)
32
+ R (>= 4.1 .0)
29
33
Imports:
30
34
checkmate (>= 2.1.0),
31
35
dplyr (>= 1.1.0),
@@ -53,7 +57,7 @@ Suggests:
53
57
rmarkdown (>= 2.23),
54
58
testthat (>= 3.0.4),
55
59
tidyr (>= 0.8.3),
56
- vdiffr (>= 1.0.0 ),
60
+ vdiffr (>= 1.0.7 ),
57
61
withr (>= 2.1.0)
58
62
VignetteBuilder:
59
63
knitr,
0 commit comments