README.md

HOT: Health-Oriented Transportation Model

Welcome to the repository for the R package HOT. Please also visit the package tutorial page.

Quick Start

if (!require(devtools))
  install.packages("devtools")
library("devtools")
#devtools::install_github("HOT/HOT")
devtools::install_github("GHI-UW/HOT")
library(HOT)
#example("HOT")

To access and generate data files create a symbolic link to BOX by running the following commands while in the top-level directory.

ln -s ~/Box\ Sync/data/inst/ ./inst
make HOTData


GHI-UW/HOT documentation built on June 14, 2019, 1:21 a.m.