-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: soilDB
Type: Package
Title: Soil Database Interface
Version: 2.6.15
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: aqp, grDevices, graphics, stats, utils, xml2, curl, methods, data.table, DBI
Suggests: jsonlite, httr, rvest, sf, wk, terra, odbc, RSQLite, testthat, scales
Repository: CRAN
URL: http://ncss-tech.github.io/soilDB/
BugReports: https://github.com/ncss-tech/soilDB/issues
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)