-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
28 lines (28 loc) · 1.21 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
Package: rroad
Type: Package
Title: Road Condition Analysis
Version: 0.0.5
Date: 2018-02-20
Authors@R: c(
person("Viliam", "Simko", email = "[email protected]", role = c("cre", "aut")),
person("Kevin", "Laubis", email = "[email protected]", role = "aut"))
Description: Computation of the International Roughness Index (IRI) given a
longitudinal road profile. The IRI can be calculated for a single road segment
or for a sequence of segments with a fixed length (e. g. 100m). For the latter,
an overlap of the segments can be selected. The IRI and likewise the algorithms
for its determination are defined in Sayers, Michael W; Gillespie, Thomas D;
Queiroz, Cesar A.V. 1986. The International Road Roughness Experiment (IRRE) :
establishing correlation and a calibration standard for measurements. World
Bank technical paper; no. WTP 45. Washington, DC : The World Bank. (ISBN
0-8213-0589-1) available from <http://documents.worldbank.org/curated/en/326081468740204115>.
License: MIT + file LICENSE
URL: http://github.com/vsimko/rroad
BugReports: http://github.com/vsimko/rroad/issues
LazyData: yes
Suggests:
testthat,
knitr,
zoo,
biwavelet
VignetteBuilder: knitr
RoxygenNote: 6.0.1