-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.4 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
Package: envalysis
Type: Package
Title: Miscellaneous Functions for Environmental Analyses
Version: 0.7.0
Date: 2024-03-20
Authors@R: c(person("Zacharias", "Steinmetz", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6675-5033")),
person("Julius", "Albert", role = c("ctb"),
comment = c(ORCID = "0000-0001-5468-6069")),
person("Kilian", "Kenngott", role = c("ctb"),
comment = c(ORCID = "0000-0002-9600-4502")))
Maintainer: Zacharias Steinmetz <[email protected]>
Description: Small toolbox for data analyses in environmental chemistry and
ecotoxicology. Provides, for example, calibration() to calculate calibration
curves and corresponding limits of detection (LODs) and limits of
quantification (LOQs) according to German DIN 32645 (2008). texture() makes
it easy to estimate soil particle size distributions from hydrometer
measurements (ASTM D422-63, 2007).
URL: https://github.com/zsteinmetz/envalysis, https://zsteinmetz.de/envalysis/
BugReports: https://github.com/zsteinmetz/envalysis/issues
Encoding: UTF-8
License: GPL (>= 3)
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
Depends:
R (>= 4.1.0)
Imports:
drc,
lmtest,
ggplot2 (>= 3.4.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
MASS,
investr,
data.table,
tibble,
soiltexture
RoxygenNote: 7.3.2
Config/testthat/edition: 3