-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
136 lines (136 loc) · 2.91 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Type: Package
Package: Slick
Title: Interactive Visualization of MSE Results
Version: 0.1.2
Authors@R: c(
person("Adrian", "Hordyk", , "adrian@bluematterscience.com", role = c("aut", "cre")),
person("Tom", "Carruthers", , "tom@bluematterscience.com", role = 'aut'),
person("Quang", "Huynh", , "quang@bluematterscience.com", role = 'aut'),
person("Shana", "Miller", , "smiller@oceanfdn.org", role = 'aut')
)
Maintainer: Adrian Hordyk <adrian@bluematterscience.com>
Description: Slick presents the performance of multiple management objects
across multiple states of nature.
License: GPL-2
Depends:
R (>= 3.5.0)
Imports:
cli,
dplyr,
DT,
ggplot2,
ggrepel,
golem,
graphics,
grDevices,
methods,
scales,
shiny,
stats,
tibble,
utils
Suggests:
bookdown,
colourpicker,
colorspace,
cowplot,
esquisse,
flextable,
fresh,
httr,
kableExtra,
knitr,
MSEtool,
openMSE,
RColorBrewer,
shiny.i18n,
shinyalert,
shinyBS,
shinycssloaders,
shinydashboard,
shinydashboardPlus,
shinyhelper,
shinyjs,
shinyWidgets,
rmarkdown,
testthat (>= 3.0.0),
waiter
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://slick.bluematterscience.com/
Collate:
'RunSlick.R'
'Slick_tools.R'
'a_classunions.R'
'a_imports.R'
'aa_generics.R'
'app_config.R'
'app_server.R'
'app_ui.R'
'class_Boxplot.R'
'class_Check.R'
'class_Kobe.R'
'class_MPs.R'
'class_OMs.R'
'class_Quilt.R'
'class_Tradeoff.R'
'class_Timeseries.R'
'class_Spider.R'
'class_Slick.R'
'fct_FilterSlick.R'
'fct_Update.R'
'fct_check_required_packages.R'
'fct_check_slick.R'
'fct_colors.R'
'fct_dashboardHeader2.R'
'fct_load_casestudies.R'
'fct_misc.R'
'fct_plotBoxplot.R'
'fct_plotKobe.R'
'fct_plotQuilt.R'
'fct_plotSpider.R'
'fct_plotTimeseries.R'
'fct_plotTradeoff.R'
'fct_translator.R'
'make_Slick_old.R'
'man_functions.R'
'misc.R'
'mod_About.R'
'mod_Boxplot.R'
'mod_Boxplot_OM.R'
'mod_Boxplot_overall.R'
'mod_Global_Filters.R'
'mod_Home.R'
'mod_Kobe.R'
'mod_Kobe_overall.R'
'mod_Kobe_time.R'
'mod_MP_Color.R'
'mod_MP_Info.R'
'mod_Metadata.R'
'mod_OM_Info.R'
'mod_PM_Info.R'
'mod_Page_Filter.R'
'mod_Quilt.R'
'mod_Report_Add.R'
'mod_Report_Add_Button.R'
'mod_Report_Page.R'
'mod_Report_Page_plot.R'
'mod_Resources.R'
'mod_Sidebar.R'
'mod_Spider.R'
'mod_Spider_MP.R'
'mod_Spider_OM.R'
'mod_Spider_overall.R'
'mod_Timeseries.R'
'mod_Timeseries_byMP.R'
'mod_Timeseries_byOM.R'
'mod_Timeseries_overall.R'
'mod_Tradeoff.R'
'mod_filter_selection.R'
'mod_filter_selection_OM.R'
'mod_subtitle.R'
'mod_toplink.R'
'utils_Table.R'
'utils_util.R'