-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.03 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
Package: soiltestr
Title: Functions for Laboratory Soil Testing
Version: 0.0.3.0
Authors@R:
person(given = "Evan",
family = "Mascitti",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0143-6100"))
Description: This package is for analyzing laboratory tests of soils and soil mixtures. The code was written as part of Evan Mascitti's PhD project. It may be useful to others performing soil physical analyses, especially artificial soil mixtures for athletic fields and golf courses.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
testthat,
mosaic,
splines,
lifecycle,
stats
Imports:
dplyr,
magrittr,
tibble,
purrr,
readr,
rlang,
lubridate,
tidyr,
ggplot2,
cowplot,
scales,
modelr,
mathjaxr,
crayon,
stringr,
forcats,
patchwork,
glue
Depends:
R (>= 2.10)
RdMacros:
lifecycle,
mathjaxr