- address bug where categorize and filter functions failed when the
varargument was not an integer variable - address testing rules related to
epsgvalues in newsfrelease - ensure that upcoming changes with
dplyrandtibbledo not impact package
- add functionality for directly scraping crime data into
R:- add
cs_last_update- checks date of last data release by SLMPD - add
cs_create_index- creates a full tibble of available month tables - add
cs_get_data- downloads a month or year worth of crime tables - There is one breaking change for users - to enable these functions, all variable names are standardized into
snake_caseat import. This will impact code that has been written using a prior version ofcompstatr.
- add
- update
READMEandindex.Rmdwith "What's New?" sections
- initial CRAN submission
- add Zenodo release badge to
README - update installation instructions on
READMEand on thepkgdownsite - add
cran-comments.md - in response to initial feedback from Matthias Sterrer (CRAN):
- add
cs_example()function for creating a sample year worth of.csvfiles - add executable examples for
cs_prep_year(),cs_load_year(), andcs_projectXY - clarify
DESCRIPTIONfor package
- add
- in response to additional feedback from Swetlana Herbrandt (CRAN):
- added a link to the
DESCRIPTIONfile to the SLMPD data source - ensured that the examples in
example.Randcreate.Rread from and write to a temporary directory
- added a link to the
- add a function
cs_address()to facilitate concatenation of street addresses prior to geocoding
- Added a
NEWS.mdfile to track changes to the package. - Initial package development including package infrastructure, functions, and sample data