Skip to contents

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 to get_crime_data() is now case insensitive.
  • Removed dependencies on magrittr, readr and tibble.
  • 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.

crimedata 0.1.0

CRAN release: 2018-10-28

  • Added a NEWS.md file to track changes to the package.