-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 2 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
59
60
Package: MVPapp
Title: Model Visualization Platform
Version: 0.2.12
Authors@R: c(
person("Steve", "Choy", email = "[email protected]", role = c("aut", "cre")),
person("Jin Gyu", "Kim", role = "aut"))
Description: Model Visualization Platform (MVP) is an intuitive and interactive pharmacometrics environment requiring minimal setup from the users.
It is a flexible tool that allows users to explore model structures, parameters, dosing regimens, and compare with observations.
The goal of MVP is to support initial model development and facilitate internal discussions more efficiently.
Additional features include parameter sensitivity analysis, displaying NCA metrics using a time range defined by users, basic data exploration, variability assessment, and more.
License: GPL (>= 3)
URL: https://github.com/Boehringer-Ingelheim/MVP, https://boehringer-ingelheim.github.io/MVPapp/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports: bslib (>= 0.5.1),
cowplot,
data.table (>= 1.14.2),
dplyr,
DT,
flextable (>= 0.6.10),
forcats,
GGally,
ggplot2 (>= 3.4.4),
grid,
gridExtra,
htmltools (>= 0.5.5),
magrittr,
mrgsolve (>= 1.0.0),
ncar,
NonCompart (>= 0.7.0),
plotly (>= 4.10.1),
purrr,
rhandsontable (>= 0.3.8),
shiny (>= 1.7.4.1),
shinyAce,
shinyalert,
shinyBS (>= 0.61.1),
shinycssloaders,
shinydashboard (>= 0.7.2),
shinyjs (>= 1.0),
shinythemes,
shinyWidgets (>= 0.8.0),
stringr,
tidyr
Suggests: readr,
foreign,
mrgsolve (>= 1.5.2),
knitr,
rmarkdown
Depends: R (>= 3.5.0)
LazyData: true
Collate: "utils-pipe.R"
"ui_settings_v_0_2_12.R"
"code_templates_v_0_2_10.R"
"functions_v_0_2_12.R"
"config.R"
"run_mvp.R"
"data.R"
VignetteBuilder: knitr