Package: arcpullr
Type: Package
Title: Pull Data from an 'ArcGIS REST' API
Version: 0.2.7
Authors@R: c(person(given = "Paul",
           family = "Frater",
           role = c("aut", "cre"),
           email = "paul.frater@wisconsin.gov",
           comment = c(ORCID = "0000-0002-7237-6563")),
           person("Zac", "Driscoll",
           email = "zdriscoll@mmsd.com", 
           role = c("aut"),
           comment = c(ORCID = "0000-0002-8233-0980")))
License: GPL-3
Encoding: UTF-8
LazyData: true
Description: 
  Functions to efficiently query 'ArcGIS REST' APIs 
  <https://developers.arcgis.com/rest/>. 
  Both spatial and SQL queries can be used to retrieve data. 
  Simple Feature (sf) objects are utilized to perform spatial queries. 
  This package was neither produced nor is maintained by Esri.
Depends: R (>= 3.6.0), sf (>= 0.9.7),
Imports: httr (>= 1.4.1), jsonlite (>= 1.6.1), dplyr (>= 1.0.2),
        ggplot2 (>= 3.3.0), tidyr (>= 1.0.2), rlang (>= 0.4.7), raster
        (>= 3.4.5), methods, bslib, DT, rgdal
RoxygenNote: 7.2.1
Suggests: testthat (>= 3.0.1), knitr (>= 1.30), rmarkdown (>= 2.6),
        rvest (>= 0.3.6), xml2 (>= 1.3.2), stringr (>= 1.4.0), cowplot
        (>= 1.1.1), magick (>= 2.5.2)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-08-30 21:31:29 UTC; fratepnd
Author: Paul Frater [aut, cre] (<https://orcid.org/0000-0002-7237-6563>),
  Zac Driscoll [aut] (<https://orcid.org/0000-0002-8233-0980>)
Maintainer: Paul Frater <paul.frater@wisconsin.gov>
Repository: CRAN
Date/Publication: 2022-08-30 22:00:02 UTC
Built: R 4.1.2; ; 2022-08-31 11:00:38 UTC; unix
