Package: crimeutils
Title: A Comprehensive Set of Functions to Clean, Analyze, and Present
        Crime Data
Version: 0.1.0
Authors@R: person("Jacob", "Kaplan",
    email = "jkkaplan6@gmail.com",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-0601-0387"))
Description: A collection of functions that make it easier to understand crime (or other)
    data, and assist others in understanding it. The package helps you read data 
    from various sources, clean it, fix column names, and graph the data. 
Depends: R (>= 2.10)
Imports: dplyr, ggplot2, gridExtra, scales, magrittr, gt, grDevices,
        tidyr, stats, data.table, lubridate, janitor
License: MIT + file LICENSE
LazyData: TRUE
URL: https://github.com/jacobkap/crimeutils
BugReports: https://github.com/jacobkap/crimeutils/issues
RoxygenNote: 7.1.1
Suggests: spelling, testthat (>= 2.1.0), covr
Language: en-US
NeedsCompilation: no
Packaged: 2020-09-07 18:27:41 UTC; user
Author: Jacob Kaplan [aut, cre] (<https://orcid.org/0000-0002-0601-0387>)
Maintainer: Jacob Kaplan <jkkaplan6@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-15 09:40:11 UTC
