-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
68 lines (68 loc) · 1.85 KB
/
DESCRIPTION
File metadata and controls
68 lines (68 loc) · 1.85 KB
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
63
64
65
66
67
68
Package: soils
Title: Visualize and Report Soil Health Data
Version: 1.0.1.9000
Authors@R: c(
person("Jadey N", "Ryan", , "jryan@agr.wa.gov", role = c("cre", "aut"),
comment = c(ORCID = "0009-0004-5998-4697")),
person("Molly", "McIlquham", role = "aut",
comment = c(ORCID = "0000-0002-0152-969X")),
person("Kwabena A", "Sarpong", role = "aut"),
person("Leslie M", "Michel", role = "aut"),
person("Teal S", "Potter", role = "aut",
comment = c(ORCID = "0000-0002-4884-2720")),
person("Deirdre", "Griffin LaHue", role = "aut",
comment = c(ORCID = "0000-0001-5711-797X")),
person("Dani L", "Gelardi", role = "aut",
comment = c(ORCID = "0000-0002-5015-8119")),
person("Washington State Department of Agriculture", role = c("cph", "fnd"))
)
Description: Collection of soil health data visualization and reporting
tools, including a RStudio project template with everything you need
to generate custom HTML and Microsoft Word reports for each
participant in your soil health sampling project.
License: MIT + file LICENSE
URL: https://github.com/WA-Department-of-Agriculture/soils,
https://wa-department-of-agriculture.github.io/soils/
BugReports: https://github.com/WA-Department-of-Agriculture/soils/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
flextable (>= 0.9.6),
fs,
ggiraph,
gdtools,
ggplot2 (>= 3.5.0),
ggrepel,
ggtext,
glue,
htmltools,
htmlwidgets,
knitr,
lifecycle,
leaflet,
maptiles,
officer,
purrr,
quarto,
rstudioapi,
sf,
tidyr,
utils,
usethis,
rlang
Suggests:
downloadthis,
here,
magick,
ragg,
rmarkdown,
testthat
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2