-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1016 Bytes
/
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
Package: lifeR
Type: Package
Title: Identify Sites for Your Bird List
Version: 1.0.3
Authors@R:
c(person(given = "Jeffrey",
family = "Oliver",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2160-1086")))
Description: A suite of tools to use the 'eBird' database
(<https://ebird.org/home/>) and APIs to compare users' species lists to
recent observations and create a report of the top sites to visit to see
new species.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.2.0)
Imports:
curl (>= 4.3),
dplyr (>= 1.0.2),
ggplot2 (>= 3.4.4),
jsonlite (>= 1.7.0),
knitr (>= 1.31),
maptiles (>= 0.6.1),
readr (>= 1.4.0),
rmarkdown (>= 2.7),
stringr (>= 1.4.0),
terra (>= 1.7-55),
tidyterra (>= 0.5.0)
RoxygenNote: 7.3.2
Suggests:
testthat
VignetteBuilder: knitr
URL: https://jcoliver.github.io/lifeR/, https://github.com/jcoliver/lifeR/