-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
29 lines (29 loc) · 1.01 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
Package: rinat
Type: Package
Title: Access 'iNaturalist' Data Through APIs
Version: 0.1.9
Date: 2022-06-14
Authors@R: c(
person("Vijay", "Barve", role = "aut", email = "[email protected]",
comment = c(ORCID = "0000-0002-4852-2567")),
person("Edmund", "Hart", role = "aut",
email = "[email protected]"),
person("Stéphane", "Guillou", role = "cre", email = "[email protected]",
comment = c(ORCID = "0000-0001-8992-0951"))
)
Description: A programmatic interface to the API provided by the 'iNaturalist' website <https://www.inaturalist.org/> to download species occurrence data submitted by citizen scientists.
License: MIT + file LICENSE
Imports:
httr,
curl,
plyr,
jsonlite,
ggplot2,
maps,
sp
RoxygenNote: 7.2.0
URL: https://docs.ropensci.org/rinat/ (website)
https://github.com/ropensci/rinat (devel)
Suggests: knitr, rmarkdown, testthat, sf, dplyr, lubridate, ggforce, stringr, purrr
VignetteBuilder: knitr
Encoding: UTF-8