-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.31 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
Package: rcoleo
Title: rcoleo
Version: 3.1.1
Authors@R: c(
person("Steve", "Vissault", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0866-4376")),
person("Andrew", "MacDonald", , "[email protected]", role = "aut"),
person("Claire", "Juhasz", role = "aut"),
person("Guillaume", "Larocque", role = "aut"),
person("Victor", "Cameron", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0624-4201"))
)
Description: Injection et retrait des données collectées dans le cadre du
programme de suivi de la biodiversité via l'API de Coléo, un système
d'information sur la biodiversité du Québec.
License: MIT + file LICENSE
URL: https://github.com/biodiversitequebec/rcoleo
BugReports: https://github.com/biodiversitequebec/rcoleo/issues
Depends:
R (>= 4.1.0)
Imports:
assertthat,
curl,
dplyr (>= 1.0.7),
geojsonio,
geojsonsf,
httr2,
httpuv,
jsonlite,
purrr,
readr,
readxl,
rlang,
sf,
stringr,
tibble,
tidyr
Suggests:
httptest2,
knitr,
pkgdown,
rmarkdown,
RPostgreSQL,
testthat,
vctrs,
withr,
xlsx
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1