forked from DOI-USGS/sbtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.03 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
Package: sbtools
Title: USGS ScienceBase Tools
Maintainer: Tim Kern <[email protected]>
Version: 1.1.6
Authors@R: c(person("Tim", "Kern", role=c("cre"),
email = "[email protected]"),
person("Luke", "Winslow", role = c("aut"),
email = "[email protected]"),
person("Scott", "Chamberlain", role = c("aut"),
email = "[email protected]"),
person("Alison", "Appling", role = c("aut"),
email = "[email protected]"),
person("Jordan", "Read", role = c("aut"),
email = "[email protected]"))
Description: Tools for interacting with U.S. Geological Survey ScienceBase
<https://www.sciencebase.gov> interfaces. ScienceBase is a data cataloging and
collaborative data management platform. Functions included for querying
ScienceBase, and creating and fetching datasets.
Imports:
jsonlite,
curl,
httr (>= 1.0.0),
stringr,
methods
Suggests:
testthat,
xml2,
rgdal,
sp
License: CC0
URL: https://github.com/USGS-R/sbtools
BugReports: https://github.com/USGS-R/sbtools/issues
RoxygenNote: 5.0.1