... | ... |
@@ -1,9 +1,19 @@ |
1 | 1 |
Package: structToolbox |
2 | 2 |
Type: Package |
3 |
-Title: Some tools bult using the struct package |
|
4 |
-Version: 0.99.8 |
|
5 |
-Author: Gavin Rhys Lloyd |
|
6 |
-Maintainer: Gavin Rhys Lloyd <[email protected]> |
|
3 |
+Title: Data processing & analysis tools for Metabolomics and other omics |
|
4 |
+Version: 0.99.9 |
|
5 |
+Authors@R: c( |
|
6 |
+ person( |
|
7 |
+ c("Gavin","Rhys"), |
|
8 |
+ "Lloyd", |
|
9 |
+ role=c("aut","cre"), |
|
10 |
+ email="[email protected]"), |
|
11 |
+ person( |
|
12 |
+ c("Ralf","Johannes", "Maria"), |
|
13 |
+ "Weber", |
|
14 |
+ role=c("aut"), |
|
15 |
+ email="[email protected]") |
|
16 |
+ ) |
|
7 | 17 |
Description: Extends the class templates provided by the struct package to |
8 | 18 |
provide PCA, PLS models with cross-validation, permutation testing etc. Also |
9 | 19 |
includes a suite of univariate tests and data processing models for building |
... | ... |
@@ -58,6 +68,7 @@ Collate: |
58 | 68 |
'linear_model_class.R' |
59 | 69 |
'log_transform.R' |
60 | 70 |
'mean_centre_class.R' |
71 |
+ 'mean_of_medians.R' |
|
61 | 72 |
'model_apply_doc.R' |
62 | 73 |
'model_predict_doc.R' |
63 | 74 |
'model_reverse_doc.R' |
... | ... |
@@ -95,6 +106,7 @@ Imports: ggplot2, |
95 | 106 |
stats |
96 | 107 |
RoxygenNote: 7.1.0 |
97 | 108 |
Suggests: agricolae, |
109 |
+ BiocFileCache, |
|
98 | 110 |
BiocStyle, |
99 | 111 |
car, |
100 | 112 |
covr, |