https://github.com/ATFutures/sumor
R interface to Simulation of Urban Mobility (SUMO) software
https://github.com/ATFutures/sumor
Last synced: 11 months ago
JSON representation
R interface to Simulation of Urban Mobility (SUMO) software
- Host: GitHub
- URL: https://github.com/ATFutures/sumor
- Owner: ATFutures
- License: gpl-3.0
- Created: 2019-03-14T09:21:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T15:09:42.000Z (about 7 years ago)
- Last Synced: 2024-11-22T15:41:22.814Z (over 1 year ago)
- Language: R
- Size: 23.4 KB
- Stars: 9
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# sumor
The goal of sumor is to provide an interface to SUMO.
Install and load it with:
```{r, message=FALSE}
remotes::install_github("ATFutures/sumor")
library(sumor)
```
How to install SUMO?
```{r}
install_SUMO()
```
What version is installed?
```{r}
SUMO_version()
```