-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce and integrate new calcRules Fix Bug in findAdducts - annoID "parent" column has now the correct entries Intial support for ruleSet class Add Biobase dependency Add ruleSet manpage Signed-off-by: Carsten Kuhl <[email protected]> git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/CAMERA@66231 bc3139a8-67e5-0310-9ffc-ced21a209358
- Loading branch information
Carsten Kuhl
committed
May 29, 2012
1 parent
e18a552
commit 6dad75c
Showing
10 changed files
with
1,101 additions
and
706 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,10 +1,10 @@ | ||
Package: CAMERA | ||
Version: 1.13.2 | ||
Date: 2012-05-25 | ||
Version: 1.13.3 | ||
Date: 2012-05-29 | ||
Title: Collection of annotation related methods for mass spectrometry data | ||
Author: Carsten Kuhl, Ralf Tautenhahn, Steffen Neumann {ckuhl|sneumann}@ipb-halle.de, [email protected] | ||
Maintainer: Carsten Kuhl <[email protected]> | ||
Depends: R (>= 2.1.0), methods, xcms (>= 1.13.5) | ||
Depends: R (>= 2.1.0), methods, xcms (>= 1.13.5), Biobase | ||
Imports: methods, xcms, RBGL, graph, graphics, grDevices, stats, utils, Hmisc, igraph | ||
Suggests: faahKO, RUnit | ||
Enhances: Rmpi, snow | ||
|
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
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
Oops, something went wrong.