{"id":18473647,"url":"https://github.com/robwiederstein/keywestmopeds","last_synced_at":"2025-10-27T02:10:52.136Z","repository":{"id":79534759,"uuid":"397064630","full_name":"RobWiederstein/KeyWestMopeds","owner":"RobWiederstein","description":"The package explores motorcycle crash data from 2012 through 2021 furnished via the Florida  Highway Safety and Motor Vehicle Department through its open data portal.","archived":false,"fork":false,"pushed_at":"2021-08-25T01:06:57.000Z","size":33798,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T20:39:07.401Z","etag":null,"topics":["accident","codev","devtools","dplyr","dt","florida","ggplot2","motorcycle","pkgdown","r","rstats","testthat","travis","usethis"],"latest_commit_sha":null,"homepage":"https://robwiederstein.github.io/KeyWestMopeds/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobWiederstein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-17T02:36:08.000Z","updated_at":"2022-04-13T13:33:35.000Z","dependencies_parsed_at":"2023-05-10T23:30:17.715Z","dependency_job_id":null,"html_url":"https://github.com/RobWiederstein/KeyWestMopeds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RobWiederstein/KeyWestMopeds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobWiederstein%2FKeyWestMopeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobWiederstein%2FKeyWestMopeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobWiederstein%2FKeyWestMopeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobWiederstein%2FKeyWestMopeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobWiederstein","download_url":"https://codeload.github.com/RobWiederstein/KeyWestMopeds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobWiederstein%2FKeyWestMopeds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281202140,"owners_count":26460564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accident","codev","devtools","dplyr","dt","florida","ggplot2","motorcycle","pkgdown","r","rstats","testthat","travis","usethis"],"created_at":"2024-11-06T10:25:52.767Z","updated_at":"2025-10-27T02:10:52.096Z","avatar_url":"https://github.com/RobWiederstein.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Key West Mopeds \u003cimg src=\"reference/figures/logo.png\" align=\"right\" width=\"120\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![Github: codesize](https://img.shields.io/github/languages/code-size/RobWiederstein/KeyWestMopeds)]\n[![R version](https://img.shields.io/github/r-package/v/RobWiederstein/KeyWestMopeds)]\n[![Codecov test coverage](https://codecov.io/gh/RobWiederstein/KeyWestMopeds/branch/main/graph/badge.svg)](https://codecov.io/gh/RobWiederstein/KeyWestMopeds?branch=main)\n[![Travis build status](https://travis-ci.com/RobWiederstein/KeyWestMopeds.svg?branch=main)](https://travis-ci.com/RobWiederstein/KeyWestMopeds)\n\u003c!-- badges: end --\u003e\n\n\n### Overview\n\n`KeyWestMopeds` is an exploratory analysis of motorcycle/moped crashes in Florida from 2012 through 2019.  A threshold requirement for understanding the data set is to understand what triggers a long form crash report and how a motor vehicle is defined.\n\nAccording to the Florida Uniform Traffic Crash Manual, a long form crash report is required when:\n\n- Resulted in death of, personal injury to, or any indication of complaints of pain or discomfort by any of the\nparties or passengers involved in the crash;\n- Leaving the scene involving damage to attended vehicles or property (F.S. 316.061(1));\n- Driving while under the influence (F.S. 316.193);\n- Rendered a vehicle inoperable to a degree that required a wrecker to remove it from the scene of the crash; or\n- Involved a commercial motor vehicle.\n\n\n### Getting started\n\nThe package consists of the dataset `crash_data`.  Assistance may be requested via the command `?crash_data`.\n\n### Resources\n\n* [Open an issue](https://github.com/RobWiederstein/KeyWestMopeds/issues) (GitHub issues for bug reports, feature requests)\n\n### Installation\n\n* Install latest development version from GitHub (requires [devtools](https://github.com/hadley/devtools) package):\n\n```r\nif (!require(\"devtools\")) {\n  install.packages(\"devtools\")\n}\ndevtools::install_github(\"RobWiederstein/KeyWestMopeds\", dependencies = TRUE, build_vignettes = TRUE)\n```\n\n\u003c!-- CONTACT --\u003e\n### Contact\n\nRob Wiederstein - [@RobWiederstein](https://twitter.com/RobWiederstein) - rob@robwiederstein.org\n\nProject Link: [https://github.com/RobWiederstein/KeyWestMopeds](https://github.com/RobWiederstein/KeyWestMopeds)\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n### Acknowledgements\n* [Florida Department of Transportation](https://www.webpagefx.com/tools/emoji-cheat-sheet)\n\n### Code of Conduct\n\n  Please note that the KeyWestMopeds project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobwiederstein%2Fkeywestmopeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobwiederstein%2Fkeywestmopeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobwiederstein%2Fkeywestmopeds/lists"}