-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.3 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
Type: Package
Package: osprey
Title: R Package to Create TLGs
Version: 0.1.15.9014
Date: 2023-07-25
Authors@R: c(
person("Nina", "Qi", , "qit3@gene.com", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut"),
person("Chendi", "Liao", , "chendi.liao@roche.com", role = "aut"),
person("Liming", "Li", , "liming.li@roche.com", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("Molly", "He", role = "ctb"),
person("Carolyn", "Zhang", role = "ctb"),
person("Tina", "Cho", role = "ctb")
)
Description: Community effort to collect TLG code and create a catalogue.
License: Apache License 2.0 | file LICENSE
URL: https://github.com/insightsengineering/osprey
BugReports: https://github.com/insightsengineering/osprey/issues
Depends:
dplyr (>= 0.8.0),
ggplot2 (>= 2.0.0),
R (>= 3.6)
Imports:
checkmate,
cowplot,
DescTools,
grDevices,
grid,
gridExtra,
gtable,
methods,
rlang,
stats,
stringr,
tibble,
tidyr (>= 1.0.0)
Suggests:
knitr,
nestcolor (>= 0.1.0),
tern (>= 0.7.10),
testthat (>= 2.0)
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3