- Changed how DOI is specified in CITATION file.
- Changed how ORCID is included in package DESCRIPTION file.
- Re-written tests and docs to ensure no errors/warnings are produced during automatic testing if API is not available (#13).
- Suppressed progress bars automatically when running non-interactively (#14).
- Removed unnecessary dependency
httr.
- Update how package-level documentation is signposted for CRAN (#11).
- Fixed an error with downloading some data for 2020 that was caused by a change in the OSF API used to query the data.
- Errors, warnings and messages are now generated using
rlangto make them easier to read. - The
citiesargument toget_crime_data()is now case insensitive. - Removed dependencies on
magrittr,readrandtibble. - Updated author contact details.
- Added option of returning crime data as an sf object instead of a tibble.
- Categorical variables are now returned as factors and date variables as POSIX variables.
- Added vignette introducing the package.
- Fixed a warning generated when requesting data from multiple named cities.
- Added a
NEWS.mdfile to track changes to the package.