-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.27 KB
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.27 KB
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
Package: dv.explorer.parameter
Type: Package
Title: Parameter exploration modules
Version: 0.2.1
Authors@R: c(
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
person(given = "Luis", family = "Moris Fernandez", role = c("aut", "cre"), email = "luis.moris.fernandez@gmail.com"),
person(given = "Miguel", family = "Lechon", role = c("aut"), email = "miguel.lechon@gmail.com")
)
Description: Parameter exploration modules.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests: jsonlite, rmarkdown, testthat (>= 3.0.0),
shinytest2, devtools, vdiffr, rvest, stringr, knitr,
safetyData, png, rsvg, withr
Config/testthat/edition: 3
Config/testthat/parallel: false
Imports: shiny (>= 1.7.1), dplyr (>= 1.0.7), broom (>= 0.7.9), ggplot2
(>= 3.3.5), DT (>= 0.19), purrr (>= 0.3.4), tidyr (>= 1.1.4),
digest, rlang, tibble, checkmate (>= 2.0.0), GGally,
fontawesome, shinyvalidate, htmltools, RColorBrewer, scales,
shinyWidgets, r2d3, stats, Hmisc, base64enc, viridisLite,
vegawidget, pROC, gt, utils, precrec, glue, dv.manager (>= 2.2.0)
Depends: R (>= 4.1.0)
VignetteBuilder: knitr
Remotes: boehringer-ingelheim/dv.manager