Skip to content

VisionEval 0.1.1 - Beta release

Pre-release
Pre-release
Compare
Choose a tag to compare
@dflynn-volpe dflynn-volpe released this 12 Mar 19:57

Three packaged versions of the VisionEval framework are provided as .zip files. Each has an installation .bat file for Windows to automatically prepare the R environment. All necessary dependencies are included in these .zip files, hence their large size.

This release updates https://github.com/VisionEval/VisionEval/releases/tag/v0.1 with fixes to the VEGUI to some to allow Windows users without administrative rights to run processes on multiple cores.

Instructions for Installing:

  1. Install one of the supported R versions using its default options (R 3.4.4, 3.5.1, 3.5.2). Make sure to leave the box checked that offers to add R to the Windows registry.
  2. Download the corresponding installer .zip file (R 3.4.4, 3.5.1, 3.5.2)
  3. Unzip the downloaded installer into an empty folder of your choice
  4. Double-click “VisionEval.bat” (this is the standard entry point – use it every time to start VisionEval)
    a. If VisionEval has not run before, the batch file and associated script will set up a few pointers and the convenience functions (see below)
    b. Otherwise, it will move straight to step 5.a below
  5. A command window will briefly appear followed by one of these:
    a. RGUI with the “Welcome to VisionEval!” message (you’re good to go)
    b. Your default browser pointing at the R download page (if you forgot to do step 1 or if you picked the wrong version) – just redo step 1 or steps 2/3 to get them consistent
  6. The previous instructions for launching VEGUI, VERPAT, etc. remain the same.
    a. vegui() starts VEGUI
    b. verpat() runs VERPAT in RGUI
    c. verspm() runs VERSPM in RGUI
    d. Note that there’s no helper function to run VESTATE from the command line yet – that will be added to the installation in a future release. You can just setwd() to the VE-State folder under “models” and then source(‘Run_Model.R’).