-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 loc) · 1.3 KB
/
DESCRIPTION
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
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: matsim
Type: Package
Title: R library for interfacing with MATSim agent-based microsimulation model
Version: 0.2.1
Authors@R: c(
person("Billy", "Charlton", email = "[email protected]", role=c("aut","cre")),
person("Oleksandr", "Soboliev", role="aut"),
person("Johanna", "Bänsch", role = "aut"))
Description: MATSim support package for R
MATSim <https://matsim.org> is an agent-based microsimulation package
for large-scale transport simulations. This package mimics the functionality
of the Python matsim-tools package.
.
Developed with support from the Tecbrowhnische Universität Berlin's
VSP Transport Planning and Transport Telematics department.
.
This project is under ongoing development and submissions are welcome!
License: GPL (>= 3)
Encoding: UTF-8
Imports:
dplyr,
purrr,
readr,
tidyverse,
xml2,
ggplot2,
sf,
ggalluvial,
ggrepel,
yaml,
leaflet,
plotly,
forcats,
lubridate,
tidyr,
htmltools,
reshape,
scales,
geomtextpath
LazyData: true
URL: https://github.com/matsim-vsp/matsim-r
BugReports: https://github.com/matsim-vsp/matsim-r/issues
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr