forked from BirdsCanada/naturecounts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.16 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
Package: naturecounts
Type: Package
Title: Access and download data on plant and animal populations from NatureCounts
Version: 0.1.0
Authors@R: c(
person("Steffi", "LaZerte", email = "[email protected]", role = "aut"),
person("Denis", "LePage", email = "[email protected]", role = c("aut", "cre")))
Description: Access and download data on plant and animal populations from
various databases through NatureCounts, a service managed by Bird Studies
Canada.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1.2)
Imports:
askpass (>= 1.1),
DBI (>= 1.0.0),
dplyr (>= 0.7.8),
httr (>= 1.4.0),
jsonlite (>= 1.6),
lubridate (>= 1.7.4),
magrittr,
purrr(>= 0.3.2),
readr (>= 1.3.1),
rlang (>= 0.1.2),
RSQLite (>= 2.1.1),
stringi (>= 1.2.4),
stringr (>= 1.3.1),
tidyr (>= 0.8.2)
Suggests:
ggplot2,
ggmap,
here,
knitr,
mapview,
rnaturalearth,
roxygen2,
rmarkdown,
sf,
spelling,
testthat
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
URL: https://github.com/BirdStudiesCanada/naturecounts, https://naturecounts.ca
VignetteBuilder: knitr