-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.11 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
Package: travelSurveyTools
Title: travelSurveyTools
Version: 2.4.3
Authors@R: c(
person("RSG", "Inc.", , "[email protected]", role = c("aut", "cre")),
person("Ashley", "Asmus", , "[email protected]", role = "aut"),
person("Erika", "Redding", , "[email protected]", role = "aut"),
person("Jacob", "Moore", , "[email protected]", role = "aut"),
person("James", "Clark", , "[email protected]", role = "aut"),
person("Matt", "Landis", , "[email protected]", role = "aut")
)
Description: An R Package To Make Working With And Summarizing Household Travel Survey Data Easier.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
data.table,
dplyr,
magrittr,
srvyr,
stats,
sf,
stringr
Suggests:
testthat (>= 3.0.0),
knitr (>= 1.45),
rmarkdown (>= 2.25),
ggplot2 (>= 3.4.4),
bit64,
tigris
Config/testthat/edition: 3
Depends:
R (>= 4.1)
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/RSGInc/travelSurveyTools
BugReports: https://github.com/RSGInc/travelSurveyTools/issues