-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.27 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
Package: cvasi.ui
Title: Shiny GUI to ease the use of the cvasi package
Version: 1.0.1
Authors@R: c(
person("Torben", "Wittwer", , "Torben.Wittwer@rifcon.de", role = "aut"),
person("Dirk", "Nickisch", role = "ctb"),
person("Johannes", "Witt", role = "ctb"),
person("Peter", "Vermeiren", role = "ctb"),
person("Cynthia", "Munoz", role = "ctb"),
person("Nils", "Kehrein", , "nils.kehrein@gmail.com", role = "cre")
)
Description: Provides a Shiny GUI for the 'Calibration, Validation, and
Simulation of TKTD models' (cvasi) package.
License: GPL (>= 3)
Depends:
R (>= 2.10)
Imports:
attempt,
cicerone,
commonmark,
config (>= 0.3.2),
cvasi (>= 1.3.1),
digest,
dplyr,
DT,
ggplot2,
golem (>= 0.4.1),
grDevices,
htmltools,
jsonlite,
magrittr,
methods,
purrr,
rhandsontable,
rlang,
shiny (>= 1.7.5),
shinyBS,
shinybusy,
shinydashboard,
shinyjs,
stats,
tools,
units,
utils,
zip
Suggests:
roxyglobals,
spelling,
testthat (>= 3.0.0)
Remotes:
github::cvasi-tktd/cvasi
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2