-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.13 KB
/
Copy pathDESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.13 KB
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
Package: MyFirstFourStepModel
Title: Highly Simplified Four-Step Travel Demand Models for Teaching
Version: 1.0.0
Authors@R:
person("Matt", "Bhagat-Conway", , "mwbc@unc.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1210-2982"))
Description: This package provides a highly simplified four-step model. Running the model requires only R, and is designed to be computationally efficient and run even on consumer-grade equipment.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
dplyr,
fs,
ggplot2,
glue,
Hmisc,
igraph,
jsonlite,
JuliaCall,
magrittr,
nnet,
purrr,
readr,
readxl,
scales,
sf,
stats,
stringr,
tibble,
tidycensus,
tidyr,
tidyselect,
tigris,
usethis,
writexl
URL: http://projects.indicatrix.org/MyFirstFourStepModel/
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/rextendr/version: 0.4.2
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.65.0, xz
Depends:
R (>= 4.2)
VignetteBuilder: knitr