-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.3 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
Package: fwapgr
Title: Client for BC Freshwater Atlas fwapg API
Version: 0.1.0.9015
Authors@R: c(
person("Sebastian", "Dalgarno", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3658-4517")),
person("Joe", "Thorley", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7683-4592")),
person("Poisson Consulting", role = c("cph", "fnd")),
person("Nadine", "Hussein", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4470-8361"))
)
Description: Client for fwapg, a PostgreSQL database and web API for BC
Freshwater Atlas data.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/fwapgr
BugReports: https://github.com/poissonconsulting/fwapgr/issues
Depends:
R (>= 3.6)
Imports:
chk,
pgfeatureserv (>= 0.0.0.9003),
dplyr,
lifecycle,
sf,
tidyselect
Suggests:
covr,
ggplot2,
knitr,
magrittr,
readr,
rlang,
rmarkdown,
tibble,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Remotes:
poissonconsulting/pgfeatureserv
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/Needs/website: poissonconsulting/poissontemplate