-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.56 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
Type: Book
Package: biomarker.catalog
Title: Biomarker Analysis Catalog
Version: 0.2.0
Date: 2023-06-25
Authors@R: c(
person("Daniel", "Sabanes Bove", , "[email protected]", role = c("aut", "cre")),
person("Paolo", "Moroni", , role = "aut"),
person("Simona", "Rossomanno", , role = "aut"),
person("Jeff", "Luong", , role = "aut"),
person("Namrata", "Bhatia", , role = "aut"),
person("Simona", "Rossomanno", , role = "aut"),
person("Haocheng", "Li", , role = "aut"),
person("Lyndsee", "Midori Zhang", , role = "aut"),
person("Emily", "de la Rua", , role = "aut"),
person("Stella", "Banjo", , role = "aut"),
person("Benoit", "Falquet", , role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Depends: R (>= 4.0)
Description: The Biomarker Analysis Catalog ('BAC') contains R templates for
often used biomarker analyses. It is an entry point to quickly find out how to
program these analyses, then using R packages such as 'tern', 'rtables',
'ggplot2' and 'hermes'.
License: Apache License 2.0
URL: https://insightsengineering.github.io/biomarker-catalog/
BugReports: https://github.com/insightsengineering/biomarker-catalog/issues
Imports:
pkgdown,
random.cdisc.data (>= 0.3.15),
teal.modules.clinical (>= 0.9.1),
tern (>= 0.9.4),
tern.mmrm,
teal (>= 0.15.2),
teal.modules.general (>= 0.3.0),
rtables,
ggplot2.utils,
hermes,
teal.modules.hermes (>= 0.1.6),
goshawk,
teal.goshawk,
osprey,
teal.osprey,
nestcolor
Encoding: UTF-8
Language: en-US