- 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
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.
- 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.md
file to track changes to the package.