-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.2 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
Package: tpm
Title: FHWA TPM Score Calculation Functions
Version: 2.0.2
Authors@R:
person(given = "Mark",
family = "Egge",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0007-9128-2099"))
Description: Contains functions for calculating the Federal Highway Administration (FHWA) Transportation Performance Management (TPM) performance measures. Currently, the package provides methods for the System Reliability and Freight (PM3) performance measures calculated from travel time data provided by The National Performance Management Research Data Set (NPMRDS), including Level of Travel Time Reliability (LOTTR), Truck Travel Time Reliability (TTTR), and Peak Hour Excessive Delay (PHED) metric scores for calculating statewide reliability performance measures. Implements <https://www.fhwa.dot.gov/tpm/guidance/pm3_hpms.pdf>.
License: Mozilla Public License Version 2.0
Encoding: UTF-8
URL: https://github.com/markegge/fhwa_pm3/
BugReports: https://github.com/markegge/fhwa_pm3/issues
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
data.table (>= 1.13),
fasttime
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3