-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
42 lines (42 loc) · 1.24 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
41
42
Package: sbtools
Title: USGS ScienceBase Tools
Maintainer: David Blodgett <dblodgett@usgs.gov>
Version: 1.3.2
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,
tools
Suggests:
testthat,
xml2,
sf,
knitr,
rmarkdown
License: CC0
URL: https://github.com/DOI-USGS/sbtools, https://doi-usgs.github.io/sbtools/
BugReports: https://github.com/DOI-USGS/sbtools/issues
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/parallel: true
Config/testthat/edition: 3
Encoding: UTF-8