-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.23 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: pow
Title: Penalized Optimized Warping
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Eduardo",
family = "Caballero",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9698-0749")),
person(
given = "Luis",
family = "Fernandez",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-9790-6287")),
person(
given = "Santiago",
family = "Marco Colás",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-2663-2965")),
person(
given = "Institute for Bioengineering of Catalonia",
role = "cph")
)
Description: Package for chromatogram alignment with POW algorithm (Fernandez, ND).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
BiocParallel,
BiocStyle,
cowplot,
ggplot2,
knitr,
ptw,
reshape2,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/sipss/pow
BugReports: https://github.com/sipss/pow/issues
Imports:
Matrix,
methods,
pracma,
sn,
stats,
utils
VignetteBuilder: knitr