- Add
get_stats19_adjustments()
function - Use GH Actions for CI (#177)
- Fixed a problem with
get_stats19()
and multiple years that could be linked with the same data file (#168) - Fix issues with vignettes for CRAN (#190)
- Support for 2019 data (#171)
- Tests now pass on the development version of R (4.0.0)
- The package now has a hex sticker! See ropensci#132 for discussion
- The output of formatted crash datasets gains a new column,
datetime
that is a properly formatted date-time (POSIXct
) object in the correct timezone (Europe/London
) (#146) - Enables the download of multiple years as per ropensci#99, thanks to Layik Hama
- Users can now set the default data download directory with STATS19_DOWNLOAD_DIRECTORY=/path/to/data in your .Renviron file: ropensci#141
get_stats19()
gains a new argumentoutput_format()
that enables results to be returned as ansf
object or appp
object for use the thespatstat
package thanks to work by Andrea Gilardi ropensci#136
- Now enables the download of 2018 data
- Various bug fixes, see https://github.com/ropensci/stats19/issues
- Update website link: https://docs.ropensci.org/stats19/
- New work-in-progress vignette on vehicles data: https://docs.ropensci.org/stats19/articles/stats19-vehicles.html
- Major change to
dl_stats19()
: it is now much easier to download STATS19 data. By defaultask = FALSE
inget_stats19()
anddl_stats19()
.
- Fixed issue with column labels not being there - see #82
get_stats19()
gains anask
argument (TRUE
by default, set asFALSE
to make road crash data access even more automated!)- The
date
column now is of the correct class after formattingPOSIXct
. See #86 - Added a
NEWS.md
file to track changes to the package.