-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.79 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
Type: Package
Package: osprey
Title: R Package to Create TLGs
Version: 0.1.16.9018
Date: 2025-01-31
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://insightsengineering.github.io/osprey/,
https://github.com/insightsengineering/osprey/
BugReports: https://github.com/insightsengineering/osprey/issues
Depends:
dplyr (>= 0.8.0),
ggplot2 (>= 3.5.0),
R (>= 3.6)
Imports:
checkmate (>= 2.1.0),
cowplot,
DescTools (>= 0.99.53),
grDevices,
grid,
gridExtra,
gtable (>= 0.3.4),
methods,
rlang (>= 1.1.0),
stats,
stringr (>= 1.4.1),
tibble (>= 2.0.0),
tidyr (>= 1.0.0)
Suggests:
knitr (>= 1.42),
nestcolor (>= 0.1.0),
rmarkdown (>= 2.23),
tern (>= 0.7.10),
testthat (>= 2.0)
Config/Needs/verdepcheck: tidyverse/dplyr, tidyverse/ggplot2,
mllg/checkmate, wilkelab/cowplot, AndriSignorell/DescTools,
baptiste/gridExtra, r-lib/gtable, r-lib/rlang, tidyverse/stringr,
tidyverse/tibble, tidyverse/tidyr, yihui/knitr,
insightsengineering/nestcolor, rstudio/rmarkdown,
insightsengineering/tern, r-lib/testthat
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2