-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
37 lines (37 loc) · 909 Bytes
/
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
Package: VETravelDemandMM
Type: Package
Title: Simulate Multi-Modal Travel Demand for Households
Version: 0.3.3
Authors@R: person("Liming", "Wang", role=c("aut", "cre"), email="[email protected]")
Maintainer: Liming Wang <[email protected]>
Copyright: Portland State University
URL: https://github.com/cities-lab/VETravelDemandMM
Description: This package contains a module for the VisionEval framework that simulates
multi-modal travel demand for individual households.
License: file LICENSE
LazyData: TRUE
Encoding: UTF-8
Depends:
R (>= 3.5.0),
visioneval (== 0.85)
Imports:
devtools,
dplyr,
purrr,
rlang,
tidyr,
splines,
MASS,
pscl,
rmarkdown,
usethis
Suggests:
knitr,
NHTS2009,
SLD
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Remotes:
cities-lab/VisionEval-Dev/sources/framework/[email protected],
cities-lab/NHTS2009,
cities-lab/SLD