-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
23 lines (23 loc) · 1.11 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
Package: soilDB
Type: Package
Title: Soil Database Interface
Version: 2.7.5
Authors@R: c(person(given="Dylan", family="Beaudette", role = c("aut"), email = "dylan.beaudette@usda.gov"),
person(given="Jay", family="Skovlin", role = c("aut")),
person(given="Stephen", family="Roecker", role = c("aut")),
person(given="Andrew", family="Brown", role = c("aut","cre"), email = "andrew.g.brown@usda.gov"))
Author: Dylan Beaudette [aut], Jay Skovlin [aut], Stephen Roecker [aut], Andrew Brown [aut, cre]
Maintainer: Andrew Brown <andrew.g.brown@usda.gov>
Description: A collection of functions for reading data from USDA-NCSS soil databases.
License: GPL (>= 3)
LazyLoad: yes
Depends: R (>= 3.5.0)
Imports: grDevices, graphics, stats, utils, methods, aqp, data.table, DBI, curl
Suggests: jsonlite, httr, xml2, rvest, sf, wk, terra, raster, odbc, RSQLite, testthat, scales
Repository: CRAN
URL: http://ncss-tech.github.io/soilDB/, http://ncss-tech.github.io/AQP/
BugReports: https://github.com/ncss-tech/soilDB/issues
RoxygenNote: 7.2.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: false