Skip to content

Releases: VisionEval/VisionEval-Dev

Release Candidate, 2020-07-09

10 Jul 00:13
Compare
Choose a tag to compare
Pre-release

Includes VEHouseholdVehiclesWithAdj, plus some minor build changes that are invisible in the user runtime.

Feedback on any part of this release is welcome. Initially just for R 3.6.1, with more versions on the way.

Release Candidate, 2020-06-19

19 Jun 17:36
Compare
Choose a tag to compare
Pre-release

Installers for R 3.6.1, 3.6.3 and 4.0.1 based on the 2020-06-19 version of the development branch.

Key questions: does it work? (you should just click the VisionEval.Rproj after you have R and RStudio installed in a suitable version).

Give me feedback on the new "docs" directory.

Each binary installer has an associated "source" installer (unzip into the same folder). Creates a 'src' directory that has all the built (but not package) VE framework and module sources, so you can load them up into RStudio to set breakpoints, debug, etc.

If you're really brave, the Github (either via the .zip for the source, or by cloning) has an integrated installer. No more VE-Installer or screwing with Git for Windows. You'll need RTools40 for Windows installed and on your Windows system PATH (edit user environment variables to set). See "build/Building.md". You do need a (fast) internet connection.

To try building via Git, double click VisionEval-dev.Rproj in the root of the github. It starts RStudio and loads the build helper functions.

Run "ve.build()" to create a runtime on your system. Run "ve.build('installer')" to create the runtime installer. To get exact replicas of the installers uploaded here, you'll also need to check out the VE-Wiki in a parallel folder to your VisionEval git installation (see build/config/VE-config-release.html) since I'm currently pulling over a couple of documents from there.

ve.build Should work on any system (Windows, Mac, Linux) if you have a development environment - Linux may require some additional package dependencies at the OS level (e.g. if some of the VE dependencies require additional "shared libraries"): pay close attention to any error messages as the dependencies build.

It would be great if someone could contribute Mac binary installers for this version.

  • Dan says: I will make a Mac installer!
  • If you need to upgrade to R 4. 0.1. on Windows, click here

VE-State/VE-Reports Update (2020-05-13)

02 Apr 13:15
Compare
Choose a tag to compare
Pre-release

Installer snapshot from VE-State / VE-Reports update from Oregon DOT.
2020-04-24: No change to code base; changed installer to remove unnecessary development artifacts
2020-04-20: Added short tutorial script to VEReports package.
2020-04-14: Added replacement for VeHouseholdVehicles called VEHouseholdVehiclesWithAdj. The revised code allows users to specify target ratios of drivers to persons by age group (rather than adjustment factors as previously) and also allows user specification of target ratios of vehicles per driver.
2020-05-13: Tweaked visioneval itself to support some snazzy scripting using summarizeDatasets. See the PBOT-Measures-Script.R and PM-Spec.R files, which you could probably run on the standard VERSPM sample data.

Multi-Modal Module R 3.6.1 (2020-04-14)

07 Apr 17:26
Compare
Choose a tag to compare
Pre-release

Updated binary installer for R 3.6.1 on Windows for the Multi-Modal Module and test model (plus full development version of VisionEval). Includes pull request from 2020-04-14