-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 978 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
Package: psrc.travelsurvey
Type: Package
Title: Utilize PSRC Household Travel Survey data
Version: 0.1.0
Authors@R: c(
person("Suzanne", "Childress", email = "schildress@psrc.org", role = "aut"),
person("Michael", "Jensen", email = "mjensen@psrc.org", role = "cre"),
person("Joanne", "Lin", email = "jin@psrc.org", role = "aut"))
Maintainer: Michael Jensen <mjensen@psrc.org>
Description: Functions paired with RSG's travelSurveyTools package to pull, process and visualize PSRC's Household Travel Survey data the Central Puget Sound Region.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
data.table,
dplyr,
magrittr,
labelled,
pkgcond,
psrcelmer,
readxl,
rlang,
stringr,
tidyr,
travelSurveyTools
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://psrc.github.io/psrc.travelsurvey/
Depends:
R (>= 2.10)
VignetteBuilder: knitr