Skip to content

ATFutures/sumor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sumor

The goal of sumor is to provide an interface to SUMO. Install and load it with:

remotes::install_github("ATFutures/sumor")
library(sumor)

How to install SUMO?

install_SUMO()
#> To install sumo in Ubuntu, please add the ppa with:
#> sudo add-apt-repository ppa:sumo/stable
#> sudo apt-get update
#> sudo apt install sumo
#> To build from source, see:
#> https://github.com/eclipse/sumo#build-and-installation

What version is installed?

SUMO_version()
#> [1] "Eclipse SUMO Version v1_1_0+1270-8cf2e4800d"

About

R interface to Simulation of Urban Mobility (SUMO) software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages