Package: ozroaddeaths Title: Pulls Data From Australian Road Deaths Database Version: 0.0.3.9000 Authors@R: c( person("Nicholas", "Tierney", , "nicholas.tierney@gmail.com", c("aut", "cre")), person("Maddie", "Davey", , "madeline.davey@uq.edu.au", role = c("aut")), person("Justin", "Carmody", , "carmodyj1@student.unimelb.edu.au", role = c("aut")), person("Steph", "de Silva", , "steph@rex-analytics.com", role = c("aut")), person("Adam","Gruer", , "adamgruer@icloud.com", role = c("aut")), person("Mathew","Ling", , "m.ling@deakin.edu.au", role = c("ctb")), person("Michael","Sumner", , "mdsumner@gmail.com", role = c("ctb")) ) Description: ozroaddeaths is a package that pulls data from the Australian Road Deaths Database, run by the Bureau of Infrastructure, Transport and Regional Economics (BITRE). This provides basic details of road transport crash fatalities in Australia as reported by the police each month to the State and Territory road safety authorities. The details provided in the database fall into two groups: 1) the circumstances of the crash, for example, date, location, crash type some details regarding the persons killed, for example, age, gender and road user group. Depends: R (>= 4.1.0) License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 Imports: janitor, dplyr, readr, lubridate, purrr, hms, readxl, rvest, glue, utils, rlang, cli Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2, ggridges VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://njtierney.github.io/ozroaddeaths/ Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev libx11-dev Repository: https://njtierney.r-universe.dev Date/Publication: 2024-10-28 06:10:48 UTC RemoteUrl: https://github.com/njtierney/ozroaddeaths RemoteRef: HEAD RemoteSha: c2ed370bb24e655a56b1dca4cc25701c39caf261 NeedsCompilation: no Packaged: 2026-06-09 07:22:15 UTC; root Author: Nicholas Tierney [aut, cre], Maddie Davey [aut], Justin Carmody [aut], Steph de Silva [aut], Adam Gruer [aut], Mathew Ling [ctb], Michael Sumner [ctb] Maintainer: Nicholas Tierney