-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated package version to 3.1.1, require R > 4.0.0
- Loading branch information
Showing
20 changed files
with
76 additions
and
75 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,16 +1,16 @@ | ||
Package: VEModel | ||
Type: Package | ||
Title: Utilities for Managing VisionEval Models and Samples | ||
Version: 3.1.0 | ||
Date: 2021-01-19 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Jeremy Raw [aut, cre] | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: None | ||
Description: Contains R6 object management code providing functions | ||
and objects to set up VisionEval models, run them, and query or extract | ||
their output. | ||
License: file LICENSE | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval, | ||
R6, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Package: VESnapshot | ||
Type: Package | ||
Title: Sample Module to take a snapshot of Datastore fields | ||
Version: 3.1.0 | ||
Date: 2022-12-12 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Jeremy Raw [aut, cre] | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: None | ||
Description: Can be used in any VisionEval model to copy a Datastore | ||
field to a different field in the Datastore. | ||
License: file LICENSE | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval | ||
Suggests: | ||
|
@@ -19,7 +19,7 @@ LazyData: TRUE | |
LazyDataCompression: xz | ||
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.2.2 | ||
RoxygenNote: 7.2.3 | ||
Collate: | ||
parameters.R | ||
Snapshot.R | ||
|
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,8 +1,8 @@ | ||
Package: visioneval | ||
Type: Package | ||
Title: Software Framework for VisionEval Model System | ||
Version: 3.1.0 | ||
Date: 2020-08-14 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor <[email protected]>["aut", "cre"] | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: AASHTO, ODOT, Brian Gregor | ||
|
@@ -21,7 +21,7 @@ Description: This package defines all of the functions used to implement the | |
initializing and managing the model run environment, managing the common | ||
datastore, and running modules. | ||
License: file LICENSE | ||
Depends: R (>= 3.5) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
jsonlite, | ||
yaml, | ||
|
@@ -34,5 +34,5 @@ Suggests: | |
pkgload | ||
Encoding: UTF-8 | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.2.3 | ||
biocViews: Infrastructure |
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,8 +1,8 @@ | ||
Package: VE2001NHTS | ||
Type: Package | ||
Title: Create 2001 NHTS datasets for model estimation | ||
Version: 3.1.0 | ||
Date: 2020-08-14 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor [aut, cre], | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: AASHTO | ||
|
@@ -15,12 +15,12 @@ Description: This package creates and saves 3 data frames that are used to | |
License: file LICENSE | ||
LazyData: TRUE | ||
LazyDataCompression: bzip2 | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval | ||
Suggests: | ||
knitr | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: VEHouseholdTravel | ||
Type: Package | ||
Title: Calculate Household Walk, Bike, and Transit Trips | ||
Version: 3.1.0 | ||
Date: 2020-08-14 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor [aut, cre], Aditya Gore <[email protected]> [cre] | ||
Maintainer: Jeremy Raw <[email protected]>, Aditya Gore <[email protected]> | ||
Copyright: AASHTO | ||
|
@@ -13,7 +13,7 @@ Description: Contains modules for predicting household average DVMT, trips by | |
License: file LICENSE | ||
LazyData: TRUE | ||
LazyDataCompression: bzip2 | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval, | ||
data.table, | ||
|
@@ -24,4 +24,4 @@ Suggests: | |
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: VEHouseholdVehicles | ||
Type: Package | ||
Title: Model household vehicles with driver and vehicle adjustments | ||
Version: 3.1.0 | ||
Date: 2020-08-14 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor [aut, cre], Aditya Gore <[email protected]> [cre] | ||
Maintainer: Jeremy Raw <[email protected]>, Aditya Gore <[email protected]> | ||
Copyright: AASHTO | ||
|
@@ -18,7 +18,7 @@ Description: This package contains modules which predict household vehicle | |
License: file LICENSE | ||
LazyData: TRUE | ||
LazyDataCompression: bzip2 | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval, | ||
ordinal, | ||
|
@@ -29,4 +29,4 @@ Suggests: | |
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: VELandUse | ||
Type: Package | ||
Title: Create Land Use Attributes for VE | ||
Version: 3.1.0 | ||
Date: 2023-01-04 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor [aut, cre], Aditya Gore <[email protected]> [cre] | ||
Maintainer: Jeremy Raw <[email protected]>, Aditya Gore <[email protected]> | ||
Copyright: AASHTO | ||
|
@@ -18,7 +18,7 @@ Description: This package contains several modules which establish land use | |
License: file LICENSE | ||
LazyData: TRUE | ||
LazyDataCompression: bzip2 | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval, | ||
geosphere, | ||
|
@@ -30,4 +30,4 @@ Suggests: | |
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: VEPowertrainsAndFuels | ||
Type: Package | ||
Title: Default Powertrains And Fuels for ODOT Adopted Plans scenario (xAP) | ||
Version: 3.1.0 | ||
Date: 2023-01-04 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor [aut, cre], | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: AASHTO, ODOT | ||
|
@@ -16,7 +16,7 @@ Description: Contains modules for inputting default powertrain and fuel | |
fuel consumption. This is the "xAP" version, 2020-07-24. | ||
License: file LICENSE | ||
LazyData: TRUE | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval, | ||
VEHouseholdTravel | ||
|
@@ -26,7 +26,7 @@ Suggests: | |
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.3 | ||
Collate: | ||
'LoadDefaultValues.R' | ||
'Initialize.R' | ||
|
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,8 +1,8 @@ | ||
Package: VERPAT | ||
Type: Package | ||
Title: Create reports for performance metrics using VE framework | ||
Version: 3.1.0 | ||
Date: 2023-01-04 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Aditya Gore <[email protected]> [cre], Ben Stabler <[email protected]> [cre], Brian Gregor <[email protected]> [auth] | ||
Maintainer: Jeremy Raw <[email protected]>, Aditya Gore <[email protected]> | ||
Copyright: AASHTO, ODOT | ||
|
@@ -11,7 +11,7 @@ Description: This package contains modules that enable users to calculate | |
VisionEval model run. | ||
License: file LICENSE | ||
LazyData: TRUE | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval, | ||
VEHouseholdTravel | ||
|
@@ -20,6 +20,6 @@ Suggests: | |
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.3 | ||
Collate: | ||
'ReportRPATMetrics.R' |
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,8 +1,8 @@ | ||
Package: VESimHouseholds | ||
Type: Package | ||
Title: Create Simulated Households with Attributes for VE | ||
Version: 3.1.0 | ||
Date: 2023-01-04 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor [aut, cre], | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: AASHTO | ||
|
@@ -14,7 +14,7 @@ Description: This package contains several modules which create synthetic | |
License: file LICENSE | ||
LazyData: TRUE | ||
LazyDataCompression: bzip2 | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval | ||
Suggests: | ||
|
@@ -23,7 +23,7 @@ Suggests: | |
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.3 | ||
Collate: | ||
'CreateEstimationDatasets.R' | ||
'CreateHouseholds.R' | ||
|
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,8 +1,8 @@ | ||
Package: VESimLandUse | ||
Type: Package | ||
Title: Create simulated Bzones (SimBzones) with attributes | ||
Version: 3.1.0 | ||
Date: 2023-01-04 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor [aut, cre], | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: AASHTO, ODOT | ||
|
@@ -13,7 +13,7 @@ Description: This package contains several modules which create simulated | |
License: file LICENSE | ||
LazyData: TRUE | ||
LazyDataCompression: xz | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval, | ||
plot3D, | ||
|
@@ -25,7 +25,7 @@ Suggests: | |
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.3 | ||
Collate: | ||
CreateSimBzoneModels.R | ||
Initialize.R | ||
|
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,8 +1,8 @@ | ||
Package: VESimLandUseData | ||
Type: Package | ||
Title: Create dataset used for estimating land use simulation models | ||
Version: 3.1.0 | ||
Date: 2023-01-04 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor [aut, cre], | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: Oregon Department of Transportation | ||
|
@@ -14,7 +14,7 @@ Description: This package processes data from several sources to produce a | |
License: file LICENSE | ||
LazyData: TRUE | ||
LazyDataCompression: bzip2 | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval, | ||
tidycensus, | ||
|
@@ -25,4 +25,4 @@ Suggests: | |
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: VESimTransportSupply | ||
Type: Package | ||
Title: Create Transportation System Attributes for VE | ||
Version: 3.1.0 | ||
Date: 2023-01-04 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Brian Gregor [aut, cre] | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: AASHTO | ||
|
@@ -14,7 +14,7 @@ Description: This package contains several modules which attribute the | |
in conjunction with the VESimLandUse package. | ||
License: file LICENSE | ||
LazyData: TRUE | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Imports: | ||
visioneval, | ||
VESimLandUse, | ||
|
@@ -24,4 +24,4 @@ Suggests: | |
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Package: VEState | ||
Type: Package | ||
Title: Implement the VE-State base model | ||
Version: 3.1.0 | ||
Date: 2023-01-04 | ||
Version: 3.1.1 | ||
Date: 2024-01-23 | ||
Author: Aditya Gore <[email protected]> [cre], Ben Stabler <[email protected]> [cre], Brian Gregor <[email protected]> [auth] | ||
Maintainer: Jeremy Raw <[email protected]> | ||
Copyright: AASHTO, ODOT | ||
Description: This package contains the VE-State model, sample data and tutorials. | ||
License: file LICENSE | ||
LazyData: TRUE | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 4.0.0) | ||
Suggests: | ||
rmarkdown, knitr | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(load='source') | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.3 |
Oops, something went wrong.