Package: crimeutils Title: A Comprehensive Set of Functions to Clean, Analyze, and Present Crime Data Version: 0.5.1 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, stringr, ggplot2, readr, gridExtra, scales, magrittr, gt, grDevices, tidyr, stats, methods, rlang License: MIT + file LICENSE URL: https://github.com/jacobkap/crimeutils/ BugReports: https://github.com/jacobkap/crimeutils/issues/ RoxygenNote: 7.2.2 Suggests: spelling, testthat (>= 2.1.0), covr Language: en-US Encoding: UTF-8 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev libnode-dev libx11-dev Repository: https://jacobkap.r-universe.dev Date/Publication: 2022-12-13 00:05:16 UTC RemoteUrl: https://github.com/jacobkap/crimeutils RemoteRef: HEAD RemoteSha: 716c00f9e17576d1aa3bf67b2de8c6a8879dd396 NeedsCompilation: no Packaged: 2026-07-13 06:17:17 UTC; root Author: Jacob Kaplan [aut, cre] (ORCID: ) Maintainer: Jacob Kaplan