-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.67 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
53
54
55
56
57
58
59
60
61
62
Package: point
Type: Package
Title: Reading, Processing, and Analysing Raw Ion Count Data
Year: 2021
Version: 0.0.0.9003
Authors@R:
person(given = "Martin",
family = "Schobben",
email = "schobbenmartin@gmail.com",
role = "cre",
comment = c(ORCID = "0000-0001-8560-0037"))
URL: https://martinschobben.github.io/point/
Maintainer: Martin Schobben <schobbenmartin@gmail.com>
Description: The point functions provide a convenient way to work with and
evaluate pulsed ion count data. The package offers solution to loading and
collating raw ion count text files into a convenient data frame (tibble).
The package corrects ion counts for systematic biases related to detection
devices and calculates statistics to gauge the analytical precision.
Finally, the package contains methods to detect isotopic variability in the
analyte.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1),
Imports:
dplyr (>= 1.0.8),
tidyr (>= 1.2.0),
tibble (>= 3.1.6),
stringr (>= 1.4),
readr (>= 2.1.2),
magrittr (>= 2.0.3),
ggplot2 (>= 3.3.5),
rlang (>= 1.0.2),
purrr (>= 0.3.4),
mgcv (>= 1.8.40),
nlme (>= 3.1.157),
broom (>= 0.7.12),
scales (>= 1.1.1),
fs (>= 1.5.2),
vroom (>= 1.5.7),
stringi (>= 1.7.6)
Suggests:
roxygen2,
nortest (>= 1.0.4),
broom.mixed (>= 0.2.9.3),
bookdown,
rmarkdown,
knitr,
vdiffr,
testthat,
stats (>= 4.1.3),
polyaAeppli (>= 2.0),
MASS (>= 7.3.56),
diffviewer,
covr,
here (>= 1.0.1),
pkgdown,
devtools
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Config/testthat/edition: 3