-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.36 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
Package: fwsinat
Type: Package
Title: iNaturalist observations logged on USFWS properties
Version: 0.1
Date: 2017-07-20
Authors@R: c(person("Adam", "Smith", email = "[email protected]", role = c("aut", "cre")))
Maintainer: Adam D. Smith <[email protected]>
Description: Functions to retrieve iNaturalist observations on USFWS properties and process them
into refuge-specific spreadsheets for refuge staff. Also includes functionality to harvest
observations on USFWS properties into the USFWS National Wildlife Refuge System iNaturalist
project.
Depends:
R (>= 3.3),
dplyr (>= 0.7.1)
Imports:
httr (>= 1.2.1),
jsonlite (>= 1.5),
methods,
openxlsx (>= 4.0.17),
rlang (>= 0.1.2),
tools,
utils
Suggests:
pbapply (>= 1.3-3)
Remotes:
adamdsmith/itistools
License: CC0
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
LazyData: TRUE
URL: https://github.com/adamdsmith/fwsinat
BugReports: https://github.com/adamdsmith/fwsinat/issues
RoxygenNote: 6.0.1