-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.62 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: grstat
Type: Package
Title: Clinical Research Tools
Version: 0.1.0.9006
Authors@R: c(
person("Dan", "Chaltiel", role = c("aut", "cre"),
email = "dan.chaltiel@gustaveroussy.fr",
comment = c(ORCID = "0000-0003-3488-779X")),
person("Baptiste", "Archambaud", role = c("ctb"),
email = "baptiste.archambaud@gustaveroussy.fr"),
person("Charlotte", "Bargain", role = c("ctb"),
email = "charlotte.bargain@gustaveroussy.fr"),
person("Aldéric", "Fraslin", role = c("ctb"),
email = "alderic.fraslin@gustaveroussy.fr",
comment = c(ORCID = "0000-0003-2235-0012")),
person("Nusaïbah", "Ibrahimi", role = "ctb",
email = "nusaibah.ibrahimi@gustaveroussy.fr"),
person("Livia", "Pierotti", role = c("ctb"),
email = "livia.pierotti@gustaveroussy.fr")
)
Maintainer: Dan Chaltiel <dan.chaltiel@gustaveroussy.fr>
Description: Gives tools to standardize the output of clinical research description.
License: GPL-3
URL: https://oncostat.github.io/grstat/, https://github.com/oncostat/grstat/
BugReports: https://github.com/oncostat/grstat/issues/
Depends:
R (>= 3.1.0)
Imports:
cli,
dplyr,
flextable,
forcats,
fs,
ggplot2,
glue,
lifecycle,
purrr,
rlang,
scales,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
callr,
crosstable,
gtools,
patchwork,
plotly,
rstudioapi,
testthat (>= 3.0.0),
usethis,
vdiffr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true