Changelog
Source:NEWS.md
crimedata 0.3.1
- Fixed an error with downloading some data for 2020 that was caused by a change in the OSF API used to query the data.
crimedata 0.3.0
- Errors, warnings and messages are now generated using
rlang
to make them easier to read. - The
cities
argument toget_crime_data()
is now case insensitive. - Removed dependencies on
magrittr
,readr
andtibble
. - Updated author contact details.
crimedata 0.2.0
CRAN release: 2019-03-21
- 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.