Browse code

fix documentation

deril2605 authored on 29/02/2024 23:46:24
Showing 13 changed files

... ...
@@ -2,12 +2,24 @@
2 2
 
3 3
 export(QC_check)
4 4
 export(apply_adj)
5
+export(expdesServer)
6
+export(expdesUI)
5 7
 export(groupComparisonPlots2)
8
+export(helpUI)
9
+export(homeUI)
6 10
 export(launch_MSstatsShiny)
7 11
 export(lf_model)
8 12
 export(lf_summarization_loop)
13
+export(loadpageServer)
14
+export(loadpageUI)
15
+export(msstatsHelpUI)
16
+export(msstatsTmtHelpUI)
17
+export(qcServer)
18
+export(qcUI)
9 19
 export(radioTooltip)
10 20
 export(server)
21
+export(statmodelServer)
22
+export(statmodelUI)
11 23
 export(tmt_model)
12 24
 export(tmt_summarization_loop)
13 25
 export(uiObject)
... ...
@@ -14,6 +14,7 @@
14 14
 #' 
15 15
 #' @return list object with user selected options and matrix build
16 16
 #'
17
+#' @export
17 18
 #' @examples
18 19
 #' NA
19 20
 #' 
... ...
@@ -7,6 +7,7 @@
7 7
 #' 
8 8
 #' @return This function returns nothing, as it sets up the Expdes UI
9 9
 #'
10
+#' @export
10 11
 #' @examples
11 12
 #' NA
12 13
 #' 
... ...
@@ -6,6 +6,7 @@
6 6
 #' 
7 7
 #' @return This function returns nothing, as it sets up the Help UI
8 8
 #'
9
+#' @export
9 10
 #' @examples
10 11
 #' NA
11 12
 #' 
... ...
@@ -8,6 +8,7 @@
8 8
 #' 
9 9
 #' @return This function returns nothing, as it sets up the Home UI
10 10
 #'
11
+#' @export
11 12
 #' @examples
12 13
 #' NA
13 14
 #' 
... ...
@@ -8,6 +8,7 @@
8 8
 #'
9 9
 #' @return input object with user selected options
10 10
 #'
11
+#' @export
11 12
 #' @examples
12 13
 #' NA
13 14
 #' 
... ...
@@ -7,6 +7,7 @@
7 7
 #'
8 8
 #' @return This function returns nothing, as it sets up the loadpage UI
9 9
 #'
10
+#' @export
10 11
 #' @examples
11 12
 #' NA
12 13
 #' 
... ...
@@ -6,6 +6,7 @@
6 6
 #' 
7 7
 #' @return This function returns nothing, as it sets up the MSStats Help UI
8 8
 #'
9
+#' @export
9 10
 #' @examples
10 11
 #' NA
11 12
 #' 
... ...
@@ -12,6 +12,7 @@
12 12
 #' 
13 13
 #' @return input object with user selected options
14 14
 #'
15
+#' @export
15 16
 #' @examples
16 17
 #' NA
17 18
 #' 
... ...
@@ -7,6 +7,7 @@
7 7
 #' 
8 8
 #' @return This function returns nothing, as it sets up the QC UI
9 9
 #'
10
+#' @export
10 11
 #' @examples
11 12
 #' NA
12 13
 #' 
... ...
@@ -14,6 +14,7 @@
14 14
 #' 
15 15
 #' @return list object with user selected options and matrix build
16 16
 #'
17
+#' @export
17 18
 #' @examples
18 19
 #' NA
19 20
 #' 
... ...
@@ -7,6 +7,7 @@
7 7
 #' 
8 8
 #' @return This function returns nothing, as it sets up the Statmodel UI
9 9
 #'
10
+#' @export
10 11
 #' @examples
11 12
 #' NA
12 13
 #' 
... ...
@@ -6,6 +6,7 @@
6 6
 #' 
7 7
 #' @return This function returns nothing, as it sets up the MSStatstmts Help UI
8 8
 #'
9
+#' @export
9 10
 #' @examples
10 11
 #' NA
11 12
 #'