-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 950 Bytes
/
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
Package: tidyDenovix
Title: Cleans Spectrophotometry Data Obtained from the Denovix DS-11 Instrument
Version: 2.1.0
Authors@R:
person("Tingwei", "Adeck", , "awesome.tingwei@outlook.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0009-7450-8863"))
Description: Cleans spectrophotometry data obtained from the Denovix instrument. The package also provides an option to normalize the data in order to compare the quality of the samples obtained.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
data.table,
janitor,
readxl,
tibble,
dplyr,
tidyr,
stats,
utils
Depends:
R (>= 2.10)
LazyData: true
URL: https://github.com/AlphaPrime7/tidyDenovix, https://alphaprime7.github.io/tidyDenovix/
BugReports: https://github.com/AlphaPrime7/tidyDenovix/issues