-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathDESCRIPTION
More file actions
88 lines (88 loc) · 2.51 KB
/
Copy pathDESCRIPTION
File metadata and controls
88 lines (88 loc) · 2.51 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Package: bcdata
Title: Search and Retrieve Data from the BC Data Catalogue
Version: 0.5.3.9000
Authors@R:
c(person(given = "Andy",
family = "Teucher",
role = c("aut", "cre"),
email = "andy.teucher@gmail.com",
comment = c(ORCID = "0000-0002-7840-692X")),
person(given = "Sam",
family = "Albers",
role = c("aut", "ctb"),
email = "sam.albers@gmail.com",
comment = c(ORCID = "0000-0002-9270-7884")),
person(given = "Stephanie",
family = "Hazlitt",
role = c("aut", "ctb"),
email = "stephhazlitt@gmail.com",
comment = c(ORCID = "0000-0002-3161-2304")),
person(given = "Province of British Columbia",
role = "cph"))
Description: Search, query, and download tabular and
'geospatial' data from the British Columbia Data Catalogue
(<https://catalogue.data.gov.bc.ca/>). Search catalogue data records
based on keywords, data licence, sector, data format, and B.C.
government organization. View metadata directly in R, download many
data formats, and query 'geospatial' data available via the B.C.
government Web Feature Service ('WFS') using 'dplyr' syntax.
License: Apache License (== 2.0)
URL: https://bcgov.github.io/bcdata/, https://catalogue.data.gov.bc.ca, https://github.com/bcgov/bcdata
BugReports: https://github.com/bcgov/bcdata/issues
Imports:
methods,
utils,
stats,
cli (>= 3.3.0),
DBI (>= 1.1.0),
crul (>= 1.1.0),
dbplyr (>= 2.3.4),
dplyr (>= 1.1.2),
tibble (>= 3.1.0),
glue (>= 1.6.0),
jsonlite (>= 1.6.0),
leaflet (>= 2.1.0),
purrr (>= 0.3),
readr (>= 2.1),
readxl (>= 1.4.0),
rlang (>= 1.0),
sf (>= 1.0),
tidyselect (>= 1.1.0),
xml2 (>= 1.3.0)
Suggests:
covr,
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Collate:
'bcdata-package.R'
'bcdc-get-citation.R'
'bcdc-web-services.R'
'bcdc_browse.R'
'bcdc_options.R'
'bcdc_search.R'
'cli.R'
'cql-geom-predicates.R'
'cql-translator.R'
'describe-feature.R'
'get_data.R'
'utils-as_tibble.R'
'utils-classes.R'
'utils-collect.R'
'utils-filter.R'
'utils-is.R'
'utils-mutate.R'
'utils-pipe.R'
'utils-select.R'
'utils-show-query.R'
'utils.R'
'zzz.R'
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/roxygen2/version: 8.0.0