Package: stats19
Title: Work with Open Road Traffic Casualty Data from Great Britain
Version: 3.3.1
Authors@R: c(
    person("Robin", "Lovelace", email = "rob00x@gmail.com", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0001-5679-6536")),
    person("Malcolm", "Morgan", email = "m.morgan1@leeds.ac.uk", role = c("aut"),
      comment = c(ORCID = "0000-0002-9488-9183")),
    person("Layik", "Hama", email = "layik.hama@gmail.com", role = c("aut"),
      comment = c(ORCID = "0000-0003-1912-4890")),
    person("Mark", "Padgham", role=c("aut"),
     comment = c(ORCID = "0000-0003-2172-5265")),
    person("David", "Ranzolin", role=c("rev")),
    person("Adam", "Sparks", role = c("rev", "ctb"),
      comment = c(ORCID = "0000-0002-0061-8359")),
    person("Ivo", "Wengraf", role = c("ctb")),
    person(given = "RAC Foundation", role = c("fnd"))
  )
Description: Tools to help download, process and analyse the UK road collision data collected using the
  'STATS19' form. The datasets are provided as 'CSV' files with detailed road safety information about the
  circumstances of car crashes and other incidents on the roads resulting in casualties in Great Britain
  from 1979 to present. Tables are available on 'colissions' with the circumstances (e.g. speed limit
  of road), information about  'vehicles' involved (e.g. type of vehicle), and 'casualties' (e.g. age).
  The statistics relate only to events on public roads that were reported
  to the police, and subsequently recorded, using the 'STATS19' collision reporting form. See
  the Department for Transport website 
  <https://www.data.gov.uk/dataset/cb7ae6f0-4be6-4935-9277-47e5ce24a11f/road-accidents-safety-data> for more
  information on these datasets.
  The package is described in a paper in the Journal of Open Source Software
  (Lovelace et al. 2019) <doi:10.21105/joss.01181>.
  See 
  Gilardi et al. (2022) <doi:10.1111/rssa.12823>,
  Vidal-Tortosa et al. (2021) <doi:10.1016/j.jth.2021.101291>, and
  Tait et al. (2023) <doi:10.1016/j.aap.2022.106895> for examples of how the data can be used for
  methodological and empirical road safety research.
Depends: R (>= 3.5.0)
License: GPL-3
URL: https://github.com/ropensci/stats19,
        https://docs.ropensci.org/stats19/
BugReports: https://github.com/ropensci/stats19/issues
Encoding: UTF-8
LazyData: true
Imports: methods, sf, readr, tools
Suggests: curl (>= 3.2), dplyr, ggplot2, knitr, lubridate, rmarkdown,
        stringr, testthat (>= 2.1.0), tidyr, pkgdown, kableExtra,
        leaflet, geojsonsf, htmltools, tmap, jsonlite, spatstat.geom,
        osmdata, covr
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Language: en-US
X-schema.org-keywords: stats19, road-safety, transport, car-crashes,
        ropensci, data
NeedsCompilation: no
Packaged: 2025-01-14 23:50:12 UTC; robin
Author: Robin Lovelace [aut, cre] (<https://orcid.org/0000-0001-5679-6536>),
  Malcolm Morgan [aut] (<https://orcid.org/0000-0002-9488-9183>),
  Layik Hama [aut] (<https://orcid.org/0000-0003-1912-4890>),
  Mark Padgham [aut] (<https://orcid.org/0000-0003-2172-5265>),
  David Ranzolin [rev],
  Adam Sparks [rev, ctb] (<https://orcid.org/0000-0002-0061-8359>),
  Ivo Wengraf [ctb],
  RAC Foundation [fnd]
Maintainer: Robin Lovelace <rob00x@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-15 08:00:02 UTC
