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 (). 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 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://bcgov.r-universe.dev Date/Publication: 2026-07-10 21:46:04 UTC RemoteUrl: https://github.com/bcgov/bcdata RemoteRef: HEAD RemoteSha: 5d1dacbf9134a6ca5c0eeafbfdaa75c1cc00a8e1 NeedsCompilation: no Packaged: 2026-07-10 21:55:15 UTC; root Author: Andy Teucher [aut, cre] (ORCID: ), Sam Albers [aut, ctb] (ORCID: ), Stephanie Hazlitt [aut, ctb] (ORCID: ), Province of British Columbia [cph] Maintainer: Andy Teucher