forked from DOI-USGS/sbtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: sbtools
Title: USGS ScienceBase Tools
Maintainer: David Blodgett <dblodgett@usgs.gov>
Version: 1.2.0
Authors@R: c(person("David", "Blodgett", role=c("cre"),
email = "dblodgett@usgs.gov"),
person("Luke", "Winslow", role = c("aut"),
email = "lawinslow@gmail.com"),
person("Scott", "Chamberlain", role = c("ctb"),
email = "scott@ropensci.org"),
person("Alison", "Appling", role = c("ctb"),
email = "aappling@usgs.gov"),
person("Jordan", "Read", role = c("ctb"),
email = "jread@usgs.gov"))
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),
methods,
mime,
utils,
cli,
keyring
Suggests:
testthat,
xml2,
sf,
sp,
tools
License: CC0
URL: https://github.com/DOI-USGS/sbtools
BugReports: https://github.com/DOI-USGS/sbtools/issues
RoxygenNote: 7.2.3
Encoding: UTF-8