-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.02 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
Package: ldnh
Title: Process square-wave voltammograms using LDNH method
Version: 0.1.11.9000
Authors@R:
person("Stephen", "Ramsey", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2168-5403"))
Description: Process square-wave voltammograms that are provided in
an Excel spreadsheet of melted data (with columns `potential`,
`device`, `conc`, and `current`) using the "LDNH" method, which
stands for Logarithm, Detilting, Normalization, and Hessian.
Outputs a dot-plot of the signal vs. concentration curve and also
outputs an Excel spreadsheet of the signal vs. concentration data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
xlsx (>= 0.6.5),
remotes (>= 2.4.2),
magrittr (>= 2.0.3),
ggplot2 (>= 3.3.6),
SplinesUtils (>= 0.2),
stringr (>= 1.4.0)
Remotes:
ZheyuanLi/SplinesUtils,
tmcd82070/Rdistance