-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated package maintainer information.
- Loading branch information
1 parent
f268da1
commit 5c62f26
Showing
1 changed file
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,31 @@ | ||
Package: pmp | ||
Type: Package | ||
Title: Peak Matrix Processing and signal batch correction for metabolomics datasets | ||
Version: 1.3.0 | ||
Author: Andris Jankevics and Ralf Johannes Maria Weber | ||
Maintainer: Andris Jankevics <[email protected]> | ||
Version: 1.3.1 | ||
Authors@R: c( | ||
person( | ||
c("Andris"), | ||
"Jankevics", | ||
role=c("aut"), | ||
email="[email protected]"), | ||
person( | ||
c("Gavin","Rhys"), | ||
"Lloyd", | ||
role=c("aut","cre"), | ||
email="[email protected]"), | ||
person( | ||
c("Ralf","Johannes", "Maria"), | ||
"Weber", | ||
role=c("aut"), | ||
email="[email protected]") | ||
) | ||
Maintainer@R: c( | ||
person( | ||
c("Gavin","Rhys"), | ||
"Lloyd", | ||
role=c("aut","cre"), | ||
email="[email protected]") | ||
) | ||
Description: Methods and tools for (pre-)processing of metabolomics datasets | ||
(i.e. peak matrices), including filtering, normalisation, missing value | ||
imputation, scaling, and signal drift and batch effect correction methods. | ||
|
@@ -28,7 +50,7 @@ Imports: stats, impute, pcaMethods, missForest, ggplot2, methods, | |
SummarizedExperiment, S4Vectors, matrixStats, grDevices, reshape2, utils | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.0.2 | ||
RoxygenNote: 7.1.1 | ||
Suggests: | ||
testthat, | ||
covr, | ||
|