{"id":16487124,"url":"https://github.com/vsimko/rroad","last_synced_at":"2025-08-27T01:35:16.107Z","repository":{"id":56937341,"uuid":"51152690","full_name":"vsimko/rroad","owner":"vsimko","description":"R Package: Road Condition Analysis","archived":false,"fork":false,"pushed_at":"2020-05-07T15:21:23.000Z","size":18509,"stargazers_count":13,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T22:39:35.339Z","etag":null,"topics":["car","index","iri","monitoring","road-condition","road-safety","road-traffic","roads","roads-and-highways","roughness"],"latest_commit_sha":null,"homepage":"https://vsimko.github.io/rroad","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/vsimko.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-05T14:54:36.000Z","updated_at":"2023-11-21T19:42:03.000Z","dependencies_parsed_at":"2022-08-21T06:50:12.525Z","dependency_job_id":null,"html_url":"https://github.com/vsimko/rroad","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsimko%2Frroad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsimko%2Frroad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsimko%2Frroad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsimko%2Frroad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsimko","download_url":"https://codeload.github.com/vsimko/rroad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244757610,"owners_count":20505432,"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","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":["car","index","iri","monitoring","road-condition","road-safety","road-traffic","roads","roads-and-highways","roughness"],"created_at":"2024-10-11T13:32:45.741Z","updated_at":"2025-03-21T07:31:17.444Z","avatar_url":"https://github.com/vsimko.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput:\n  md_document:\n    variant: markdown_github\n---\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n```{r Setup, include=FALSE}\nlibrary(rroad)\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"vignettes/README-\"\n)\nset.seed(1)\n```\n\n# rroad R package\nSet of tools for monitoring road condition.\n\nCurrently, the following features are supported:\n\n  - International Roughness Index (IRI) computation\n    - continuously increasing segment\n    - fixed length overlapping segments with an offset\n\n[![Build Status](https://travis-ci.org/vsimko/rroad.svg)](https://travis-ci.org/vsimko/rroad)\n[![codecov.io](https://codecov.io/github/vsimko/rroad/coverage.svg?branch=master)](https://codecov.io/github/vsimko/rroad?branch=master)\n[![CRAN Status](http://www.r-pkg.org/badges/version/rroad)](http://cran.r-project.org/package=rroad)\n[![Rdoc](http://www.rdocumentation.org/badges/version/rroad)](http://www.rdocumentation.org/packages/rroad)\n[![Dependency Status](https://dependencyci.com/github/vsimko/rroad/badge)](https://dependencyci.com/github/vsimko/rroad)\n\n## Download and Install\n\nTo download the development version of the package, type the following at the R command line:\n```{r Install latest, eval=FALSE}\ninstall.packages(\"devtools\")\ndevtools::install_github(\"vsimko/rroad\")\n```\n\nTo download the release version of the package on CRAN, type the following at the R command line:\n```{r Install from CRAN, eval=FALSE}\ninstall.packages(\"rroad\")\n```\n\n\n## Examples\n\n```{r iri_from_random_profile, fig.width=8, fig.height=4}\nprofile \u003c- rnorm(10000)\niri \u003c- CalculateIRIperSegments(profile, IRI_COEF_100, 20)\npar(mfrow = c(1,2)) # space for two diagrams\nplot(profile, type = \"l\",\n  xlab = \"Distance [dm]\", ylab = \"Profile [mm]\",\n  main = \"Read profile (Laser measurement)\")\nplot(iri, type = \"s\",\n  xlab = \"Segment\", ylab = \"IRI [m/km]\",\n  main = \"International Roughness Index (IRI)\\nsample = 10cm, segment = 20m\")\n```\n\n## References\n\n\u003ca id=\"Sayers1986\"/\u003e\nSayers, Michael W; Gillespie, Thomas D; Queiroz, Cesar A.V. 1986\n**The International Road Roughness Experiment (IRRE) : establishing correlation and a calibration standard for measurements**.\nWorld Bank technical paper ; no. WTP 45. Washington, DC : The World Bank. [Link]\n\n[Link]: http://documents.worldbank.org/curated/en/326081468740204115/The-International-Road-Roughness-Experiment-IRRE-establishing-correlation-and-a-calibration-standard-for-measurements\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsimko%2Frroad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsimko%2Frroad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsimko%2Frroad/lists"}