Skip to content

Commit 5c62f26

Browse files
Updated package maintainer information.
1 parent f268da1 commit 5c62f26

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

DESCRIPTION

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
Package: pmp
22
Type: Package
33
Title: Peak Matrix Processing and signal batch correction for metabolomics datasets
4-
Version: 1.3.0
5-
Author: Andris Jankevics and Ralf Johannes Maria Weber
6-
Maintainer: Andris Jankevics <[email protected]>
4+
Version: 1.3.1
5+
Authors@R: c(
6+
person(
7+
c("Andris"),
8+
"Jankevics",
9+
role=c("aut"),
10+
11+
person(
12+
c("Gavin","Rhys"),
13+
"Lloyd",
14+
role=c("aut","cre"),
15+
16+
person(
17+
c("Ralf","Johannes", "Maria"),
18+
"Weber",
19+
role=c("aut"),
20+
21+
)
22+
Maintainer@R: c(
23+
person(
24+
c("Gavin","Rhys"),
25+
"Lloyd",
26+
role=c("aut","cre"),
27+
28+
)
729
Description: Methods and tools for (pre-)processing of metabolomics datasets
830
(i.e. peak matrices), including filtering, normalisation, missing value
931
imputation, scaling, and signal drift and batch effect correction methods.
@@ -28,7 +50,7 @@ Imports: stats, impute, pcaMethods, missForest, ggplot2, methods,
2850
SummarizedExperiment, S4Vectors, matrixStats, grDevices, reshape2, utils
2951
Encoding: UTF-8
3052
LazyData: true
31-
RoxygenNote: 7.0.2
53+
RoxygenNote: 7.1.1
3254
Suggests:
3355
testthat,
3456
covr,

0 commit comments

Comments
 (0)