-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #254 from ropensci/251-2023-data
Starter on updates for 2023 data
- Loading branch information
Showing
28 changed files
with
2,072 additions
and
1,194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: stats19 | ||
Title: Work with Open Road Traffic Casualty Data from Great Britain | ||
Version: 3.2.0 | ||
Version: 3.3.0 | ||
Authors@R: c( | ||
person("Robin", "Lovelace", email = "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-5679-6536")), | ||
|
@@ -24,7 +24,7 @@ Description: Tools to help download, process and analyse the UK road collision d | |
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 | ||
<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>. | ||
|
@@ -61,12 +61,11 @@ Suggests: | |
htmltools, | ||
tmap, | ||
jsonlite, | ||
pct, | ||
spatstat.geom, | ||
osmdata, | ||
covr | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
Roxygen: list(markdown = TRUE) | ||
Language: en-US | ||
X-schema.org-keywords: stats19, road-safety, transport, car-crashes, ropensci, data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
a = stats19::read_collisions(year = 1979) | ||
devtools::load_all() | ||
a_new = get_stats19(year = 1979, type = "collision", data_dir = tempdir()) | ||
|
||
a = read_collisions(year = 1979) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.