Skip to content

Commit

Permalink
Add bib
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jul 29, 2024
1 parent 8418cf5 commit da8751a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,40 @@ execute:
# usethis::use_github_pages()
```

# Note

This package is in development and not yet on CRAN.
If you would like to use it, please install it from GitHub as shown below, and cite it as follows:

Farrell, G., Lovelace, R., & O'Hern, S. (2024). Road User Video Evidence of Road Traffic Offences: Preliminary Analysis of Operation Snap Data and Suggestions for a Research Agenda. https://doi.org/10.31235/osf.io/cgjmr

```
@misc{farrellRoadUserVideo2024,
title = {Road {{User Video Evidence}} of {{Road Traffic Offences}}: {{Preliminary Analysis}} of {{Operation Snap Data}} and {{Suggestions}} for a {{Research Agenda}}},
shorttitle = {{{ROAD USER VIDEO EVIDENCE OF ROAD TRAFFIC OFFENCES}}},
author = {Farrell, Graham and Lovelace, Robin and O'Hern, Steve},
year = {2024},
month = jul,
publisher = {OSF},
doi = {10.31235/osf.io/cgjmr},
urldate = {2024-07-29},
archiveprefix = {OSF},
langid = {american},
keywords = {antisocial driving,dangerous driving,near misses,Operation Snap,OpSnap,roas safety,Video evidence}
}
```

Read the full paper [here](https://osf.io/cgjmr/download/).

# Installation

Install the package from GitHub:

```{r}
#| eval: false
remotes::install_github("ITSLeeds/opsnap", force = TRUE, dependencies = TRUE)
```
```

```{r}
#| include: false
Expand Down
Binary file modified man/figures/README-unnamed-chunk-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da8751a

Please sign in to comment.