...
|
...
|
@@ -11,7 +11,8 @@ Description: MSstatsShiny is an R-Shiny graphical user interface (GUI)
|
11
|
11
|
The application automatically saves users selections and builds an R script
|
12
|
12
|
that recreates their analysis, supporting reproducible data analysis.
|
13
|
13
|
Authors@R: c(
|
14
|
|
- person("Devon", "Kohler", email = "[email protected]", role = c("aut", "cre")),
|
|
14
|
+ person("Devon", "Kohler", email = "[email protected]", role = c("aut")),
|
|
15
|
+ person("Anthony", "Wu", email = "[email protected]", role = c("aut", "cre")),
|
15
|
16
|
person("Deril", "Raju", email = "[email protected]", role = c("aut")),
|
16
|
17
|
person("Maanasa", "Kaza", email = "[email protected]", role = c("aut")),
|
17
|
18
|
person("Cristina", "Pasi", email = "[email protected]", role = c("aut")),
|