-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 2.06 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
43
44
45
46
47
48
49
50
51
52
53
54
Package: fwspp
Type: Package
Title: Querying Biodiversity Databases on USFWS Properties
Version: 0.2.0
Authors@R:
c(person("Adam", "Smith", email = "[email protected]", role = c("aut", "cre")),
person("McCrea", "Cobb", email = "[email protected]", role = "ctb"))
Description: Functions to query multiple biodiversity databases (e.g., GBIF,
iDigBio, VertNet, and Berkeley Ecoengine) based on the current ownership or
approved acquisition boundary of US Fish & Wildlife Service (USFWS) properties, including
National Wildlife Refuges, Waterfowl Production Areas, National Fish Hatcheries, and
others. The output of these queries can then be exported to spreadsheets for expert review
of species occurrence records. Review spreadsheets modified according to specific
guidelines can then be imported, updated, and exported to spreadsheets ready for
incorporation into the FWSpecies database. This package benefits immensely
from the outstanding work of the rOpenSci community (https://ropensci.org).
License: CC0
Depends:
R (>= 4.3.1)
Imports:
curl (>= 3.0),
dplyr (>= 0.7.3),
geosphere (>= 1.5.5),
httr (>= 1.3.1),
jsonlite (>= 1.5),
lwgeom,
openxlsx (>= 4.0.17),
pbapply (>= 1.3-3),
purrr (>= 0.2.3),
raster (>= 2.5.8),
readxl (>= 1.0.0),
rgbif (>= 0.9.8),
ridigbio (>= 0.3.5),
rlang (>= 0.1.2),
rvertnet (>= 0.6),
R.utils (>= 2.5),
sf,
solrium (>= 1.0.0),
stats,
utils,
magrittr
Remotes:
ropensci-archive/ecoengine
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Fish & Wildlife Service, an agency
of the United States Department of Interior. For more information, see the
official US DOI copyright policy at https://www.doi.gov/copyright. Note that
the use of the USFWS logo is restricted to official publications: https://
www.fws.gov/help/policies.html
Encoding: UTF-8
LazyData: true
URL: https://github.com/USFWS/fwspp
BugReports: https://github.com/USFWS/fwspp/issues
RoxygenNote: 7.3.1