metrotransit / speedrt

Mozilla Public License 2.0
4 stars 2 forks source link

Installation

To install directly from GitHub use the devtools package.

library(devtools)

# Install from the main branch
install_github('metrotransit/speedrt')

# Or the development branch
install_github('metrotransit/speedrt@develop')