-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
72 lines (72 loc) · 2.78 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: stats19
Title: Work with Open Road Traffic Casualty Data from Great Britain
Version: 3.2.0
Authors@R: c(
person("Robin", "Lovelace", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Malcolm", "Morgan", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-9488-9183")),
person("Layik", "Hama", email = "[email protected]", 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-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,
pct,
spatstat.geom,
osmdata,
covr
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Language: en-US
X-schema.org-keywords: stats19, road-safety, transport, car-crashes, ropensci, data