-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.5 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
Package: sharpshootR
Type: Package
Encoding: UTF-8
Title: A Soil Survey Toolkit
Description: Miscellaneous soil data management, summary, visualization, and conversion utilities to support soil survey.
Version: 2.3.3
Authors@R: c(
person(given="Dylan", family="Beaudette", role = c("cre", "aut"), email = "[email protected]"),
person(given="Jay", family="Skovlin", role = c("aut")),
person(given="Stephen", family="Roecker", role = c("aut")),
person(given="Andrew", family="Brown", role = c("aut")),
person(given="USDA-NRCS Soil Survey Staff", family="", role = c("ctb"))
)
Maintainer: Dylan Beaudette <[email protected]>
LazyLoad: yes
LazyData: true
License: GPL (>= 3)
Repository: CRAN
URL: https://github.com/ncss-tech/sharpshootR
BugReports: https://github.com/ncss-tech/sharpshootR/issues
Suggests:
MASS,
spdep,
circlize,
rvest,
xml2,
terra,
raster,
exactextractr,
httr,
jsonlite,
igraph,
dendextend,
testthat,
hydromad (>= 0.9.27),
latticeExtra,
farver,
venn,
gower,
daymetr,
elevatr,
Evapotranspiration,
zoo,
SoilTaxonomy,
sf,
Hmisc,
knitr,
rmarkdown,
vegan
Depends: R (>= 3.5.0)
Imports: grDevices, graphics, methods, stats, utils, aqp, ape,
soilDB, cluster, lattice,
reshape2, scales, circular, RColorBrewer, plyr,
digest, e1071, stringi, curl, grid
Additional_repositories: https://hydromad.github.io
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr