-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
40 lines (40 loc) · 993 Bytes
/
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
Type: Package
Package: shinyresults
Title: A collection of shiny apps and modules to visualize/handle model
results
Version: 0.31.3
Date: 2024-09-09
Authors@R: c(
person("Jan Philipp", "Dietrich", , "[email protected]", role = c("aut", "cre")),
person("Florian", "Humpenoeder", , "[email protected]", role = "aut"),
person("Pascal", "Sauer", , "[email protected]", role = "aut")
)
Description: A collection of tools which allow to manipulate and analyze
code.
License: BSD_2_clause + file LICENSE
URL: https://github.com/pik-piam/shinyresults,
https://doi.org/10.5281/zenodo.1478922
BugReports: https://github.com/pik-piam/shinyresults/issues
Depends:
shiny
Imports:
curl,
data.table,
doSNOW,
foreach,
ggplot2,
magclass,
mip,
parallel,
plotly,
reshape2,
snow,
trafficlight,
withr
Suggests:
covr,
lucode2,
quitte (>= 0.3072)
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.2