-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.08 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
Package: shinyshval
Title: Calculation of Shval as Shiny Application
Version: 0.1.0
Authors@R:
c(person(given = "Eduard", family = "Szöcs",
role = c("aut", "cre"), email = "[email protected]"),
person(given = "Tobias", family = "Pamminger",
role = "ctb", email = "[email protected]"),
person("BASF SE", role = "cph"),
person("EFSA", role = "cph", comment = "Original SHVAL-Tool code")
)
Description: Shiny Application for Calculation of shortcut values (SHVAL) for risk assessment.
This package wraps original scripts `SHVAL_NoT_v1.1.R` and `SHVAL_TWA_v1.1.R` into functions,
adds unit tests and provides a user-friendly shiny application as interface.
License: EUPL
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends: R (>= 3.4.0)
BugReports: https://github.com/basf/shinyshval/issues
URL: https://github.com/basf/shinyshval
Imports:
fitdistrplus,
data.table,
rriskDistributions,
shiny,
shinydashboard,
rhandsontable,
shinyWidgets,
htmlwidgets
Suggests: testthat,
covr