-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.39 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
55
56
Package: naturecounts
Type: Package
Title: Access and download data on plant and animal populations from NatureCounts
Version: 0.4.1
Authors@R: c(
person("Steffi", "LaZerte", email = "steffi@steffi.ca", role = "aut"),
person("Denis", "Lepage", email = "dlepage@birdscanada.org", 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),
dbplyr (>= 1.4.4),
dplyr (>= 1.1.0),
ggplot2 (>= 3.4.0),
httr (>= 1.4.0),
jsonlite (>= 1.6),
lubridate (>= 1.7.4),
magrittr,
memoise (>= 2.0.1),
purrr (>= 0.3.2),
rlang (>= 0.1.2),
RSQLite (>= 2.1.1),
stringi (>= 1.2.4),
stringr (>= 1.3.1),
tibblify (>= 0.3.0),
tidyr (>= 0.8.2),
tidyselect (>= 1.0.0),
units (>= 0.8.1),
wk (>= 0.7.1)
Suggests:
ggspatial,
here,
knitr,
mapview,
rnaturalearth,
roxygen2,
rmarkdown,
sf (>= 1.0-9),
spelling,
testthat,
vdiffr
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/BirdsCanada/naturecounts,
https://naturecounts.ca,
https://birdscanada.github.io/naturecounts/
VignetteBuilder: knitr
Config/testthat/edition: 3