Package: VicmapR
Title: Access Victorian Spatial Data Through Web File Services (WFS)
Version: 0.1.3
Authors@R: 
    c(person(given = "Justin",
           family = "Cally",
           role = c("aut", "cre"),
           email = "justin.g.cally@gmail.com",
           comment = c(ORCID = "0000-0003-4584-2220")),
    person(given = "Rachel",
           family = "Swain",
           role = c("ctb"),
           email = "rachelswain1@gmail.com"))
Description: Easily interfaces R to spatial datasets available through 
  the Victorian Government's WFS (Web Feature Service): <https://services.land.vic.gov.au/catalogue/publicproxy/guest/dv_geoserver/wfs?request=getCapabilities>. 
  Which allows users to read in 'sf' data from these sources using lazy evaluation. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
URL: https://justincally.github.io/VicmapR/,
        https://mapshare.vic.gov.au/vicplan/,
        https://github.com/justincally/VicmapR/
BugReports: https://github.com/justincally/VicmapR/issues
Suggests: testthat (>= 2.1.0), covr, knitr, rmarkdown, leaflet
Imports: magrittr, httr, sf (>= 0.7), dplyr, purrr, methods, cli, DBI,
        tidyselect, xml2, glue, dbplyr, rlang
VignetteBuilder: knitr
Collate: 'globals.R' 'build-query.R' 'cql-predicates.R'
        'cql-translate.R' 'filter.R' 'select.R' 'listFeatures.R'
        'polygonFormat.R' 'utils-collect.R' 'utils-classes.R'
        'utils-head.R' 'utils-metadata.R' 'utils-options.R'
        'utils-pipe.R' 'utils-show_query.R'
NeedsCompilation: no
Packaged: 2021-06-10 04:19:27 UTC; callyj
Author: Justin Cally [aut, cre] (<https://orcid.org/0000-0003-4584-2220>),
  Rachel Swain [ctb]
Maintainer: Justin Cally <justin.g.cally@gmail.com>
Repository: CRAN
Date/Publication: 2021-06-10 12:30:05 UTC
