-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.83 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
50
51
52
53
54
55
56
Type: Package
Package: tc.sensors
Title: Retrieve Loop Detector Data from the MnDOT JSON Feed
Version: 0.2.4
Date: 2024-05-01
Authors@R: c(
person("Metropolitan Council", role = "cph"),
person("Liz", "Roten", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-5346-3549")),
person("Nicole", "Sullivan", , "[email protected]", role = "ctb"),
person("Ashley", "Asmus", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-5505-1372")),
person("Yaxuan", "Zhang", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-2343-8307"))
)
Description: Process data collected from Minnesota Department of
Transportation (MnDOT) loop detectors installed on the Minnesota
Freeway system. Data are published to a public JSON feed in 30-second
interval measurements of occupancy and volume. Occupancy and volume
data can be used to calculate speed and delay.
License: MIT + file LICENSE
BugReports: https://github.com/Metropolitan-Council/tc.sensors/issues
Imports:
cli (>= 3.6.2),
curl (>= 5.2.1),
data.table (>= 1.15.4),
dplyr (>= 1.1.4),
geosphere (>= 1.5-18),
jsonlite (>= 1.8.8),
magrittr (>= 2.0.3),
purrr (>= 1.0.2),
sf (>= 1.0-16),
tibble (>= 3.2.1),
tidyr (>= 1.3.1),
tis (>= 1.39),
units (>= 0.8-5),
utils,
xml2 (>= 1.3.6)
Suggests:
cowplot (>= 1.0.0),
furrr (>= 0.1.0),
ggplot2 (>= 3.3.2),
knitr (>= 1.28),
lubridate (>= 1.7.9),
mice (>= 3.10.0),
rmarkdown (>= 2.3),
scales (>= 1.1.1),
stringr (>= 1.4.0),
testthat (>= 2.1.0),
tictoc (>= 1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 7.3.1