-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
meggehsc
committed
May 25, 2024
1 parent
2e4870d
commit 367ab70
Showing
7 changed files
with
48 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Package: pm3 | ||
Title: FHWA PM3 Score Calculation Functions | ||
Version: 1.1.0 | ||
Package: tpm | ||
Title: FHWA TPM Score Calculation Functions | ||
Version: 1.2.0 | ||
Authors@R: | ||
person(given = "Mark", | ||
family = "Egge", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "YOUR-ORCID-ID")) | ||
Description: Contains functions for calculating Level of Travel Time Reliability and Truck Travel Time Reliability metric scores from NPMRDS travel time data and for calculating statewide reliability performance measures. | ||
Description: Contains functions for calculating TPM PM3 Level of Travel Time Reliability and Truck Travel Time Reliability metric scores from NPMRDS travel time data and for calculating statewide reliability performance measures. | ||
License: Mozilla Public License Version 2.0 | ||
Encoding: UTF-8 | ||
URL: https://github.com/markegge/fhwa_pm3/ | ||
|
@@ -18,7 +18,7 @@ Depends: | |
Imports: | ||
data.table (>= 1.13), | ||
fasttime | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.3.1 | ||
Suggests: | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
library(testthat) | ||
library(pm3) | ||
library(tpm) | ||
|
||
test_check("pm3") | ||
test_check("tpm") |
File renamed without changes.