-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 2.29 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
Package: sharpshootR
Type: Package
Encoding: UTF-8
Title: A Soil Survey Toolkit
Description: A collection of data processing, visualization, and export functions to support soil survey operations. Many of the functions build on the `SoilProfileCollection` S4 class provided by the aqp package, extending baseline visualization to more elaborate depictions in the context of spatial and taxonomic data. While this package is primarily developed by and for the USDA-NRCS, in support of the National Cooperative Soil Survey, the authors strive for generalization sufficient to support any soil survey operation. Many of the included functions are used by the SoilWeb suite of websites and movile applications. These functions are provided here, with additional documentation, to enable others to replicate high quality versions of these figures for their own purposes.
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
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-04-16 16:56:57 UTC; Dylan.Beaudette
Author: Dylan Beaudette [cre, aut],
Jay Skovlin [aut],
Stephen Roecker [aut],
Andrew Brown [aut],
USDA-NRCS Soil Survey Staff [ctb]
Date/Publication: 2025-04-17 06:50:02 UTC