-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
19 lines (19 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: VPdtw
Type: Package
Title: Variable Penalty Dynamic Time Warping
Version: 2.2.1
Date: 2024-08-27
Authors@R: c(person("David", "Clifford", , email="[email protected]", role = c("aut")),
person("Glenn", "Stone", role = c("aut")),
person("Ethan", "Bass", email = "[email protected]", role = c("ctb", "cre"), comment = c(ORCID = "0000-0002-6175-6739"))
)
Description: Variable Penalty Dynamic Time Warping (VPdtw) for aligning chromatographic signals. With an appropriate penalty this method performs good alignment of chromatographic data without deforming the peaks (Clifford, D., Stone, G., Montoliu, I., Rezzi S., Martin F., Guy P., Bruce S., and Kochhar S.(2009) <doi:10.1021/ac802041e>; Clifford, D. and Stone, G. (2012) <doi:10.18637/jss.v047.i08>).
License: GPL-2
URL: https://github.com/ethanbass/VPdtw/
BugReports: https://github.com/ethanbass/VPdtw/issues
RoxygenNote: 7.3.0
Encoding: UTF-8
Suggests:
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3