Package: stlcsb
Type: Package
Title: Tidy Manipulation of CSB Data for St. Louis
Version: 0.1.2
Authors@R: c(
    person("Christopher", "Prener", ,"chris.prener@slu.edu", c("aut", "cre"),
    comment = c(ORCID = "0000-0002-4310-9888")),
    person("Branson", "Fox", ,"branson.fox@slu.edu", c("aut"),
    comment = c(ORCID = "0000-0002-4361-2811"))
    )
Description: The Citizens' Service Bureau of the City of St. Louis is a clearing house for 
    non-emergency service requests. This package provides functions for downloading, 
    categorizing problem requests, cleaning and subsetting CSB data, and projecting the data
    using the x and y coordinates included with CSB data releases.
Depends: R (>= 3.3)
License: GPL-3
URL: https://github.com/slu-openGIS/stlcsb
BugReports: https://github.com/slu-openGIS/stlcsb/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: dplyr, lubridate, purrr, readr, readxl, rlang, rvest, sf,
        stringr, tibble, tools, xml2
Suggests: ggplot2, knitr, mapview, rmarkdown, testthat, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-02-08 01:04:25 UTC; chris
Author: Christopher Prener [aut, cre] (<https://orcid.org/0000-0002-4310-9888>),
  Branson Fox [aut] (<https://orcid.org/0000-0002-4361-2811>)
Maintainer: Christopher Prener <chris.prener@slu.edu>
Repository: CRAN
Date/Publication: 2019-02-22 00:20:02 UTC
