-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: Spec2Annot
Title: Annotation of Mass Spectra
Version: 1.1
Authors@R:
c(
person(given = "Sylvain", family = "Dechaumet", email = "[email protected]", role = c("aut", "cre")),
person(given = "Etienne", family = "Thevenot", email = "[email protected]", role = c("ctb")),
person(given = "Eric", family = "Venot", email = "[email protected]", role = c("rev")),
person(given = "Annelaure", family = "Damont", email = "[email protected]", role = c("ctb")),
person(given = "Anaïs", family = "Legrand", email = "[email protected]", role = c("ctb"))
)
Description: This R package implement different way to annotate and query Mass spectra, using brute-force,
isotopic or fragmentation pattern, prior informations on losses or adduct, etc...
License: file LICENSE
Depends:
R (>= 4.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
data.table,
magrittr,
Rcpp,
stringr
Suggests:
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3
LazyData: true
LinkingTo:
Rcpp