-
Notifications
You must be signed in to change notification settings - Fork 0
/
software.qmd
36 lines (24 loc) · 859 Bytes
/
software.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: "Software"
date: "`r Sys.Date()`"
output: distill::distill_article
execute:
echo: false
comments: false
---
```{r}
#| label: setup
#| include: false
library(distilltools)
```
## `carfollowingmodels`
R package for running car-following models.
`r icon_link("github", "Code", "https://github.com/durraniu/carfollowingmodels")`
`r icon_link("globe", "Website", "https://durraniu.github.io/carfollowingmodels/")`
## `daqr`
R package for reading driving simulator data from daq files.
`r icon_link("github", "Code", "https://github.com/durraniu/daqr")`
`r icon_link("globe", "Website", "https://durraniu.github.io/daqr/")`
## `opendatawindsor`
R package for downloading data from [City of Windsor Open Data Portal](https://opendata.citywindsor.ca/).
`r icon_link("github", "Code", "https://github.com/JervisMurzello/opendatawindsor/")`