Package: bcdata
Title: Search and Retrieve Data from the BC Data Catalogue
Version: 0.4.0
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.2.0), dplyr (>= 1.0.0), tibble (>=
        3.1.0), glue (>= 1.6.0), jsonlite (>= 1.6.0), leaflet (>=
        2.1.0), leaflet.extras (>= 1.0.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, withr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.1
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'
NeedsCompilation: no
Packaged: 2023-01-03 20:38:22 UTC; ateucher
Author: Andy Teucher [aut, cre] (<https://orcid.org/0000-0002-7840-692X>),
  Sam Albers [aut, ctb] (<https://orcid.org/0000-0002-9270-7884>),
  Stephanie Hazlitt [aut, ctb] (<https://orcid.org/0000-0002-3161-2304>),
  Province of British Columbia [cph]
Maintainer: Andy Teucher <andy.teucher@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-05 21:50:56 UTC
