-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 873 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
Package: nyc311
Title: Access the NYC 311 Data
Version: 0.0.1.9002
Date: 2017-08-31
Authors@R: c(
person("Benjamin S.", "Baumer", email = "ben.baumer@gmail.com",
role = c("aut", "cre")),
person("Wencong", "Li", email = "liwencong1995@gmail.com", role = "aut"))
Description: Provides access to the NYC OpenData portal, which contains information
about calls to 311. The 311 number provides New York City residents with information
and non-emergency response from various city agencies.
Depends:
R (>= 3.2.3),
etl
Imports:
DBI,
dplyr,
readr,
utils,
lubridate
Suggests:
RSQLite,
RMySQL,
knitr,
rmarkdown,
testthat,
leaflet,
dbplyr
License: CC0
LazyData: true
URL: http://github.com/beanumber/nyc311
BugReports: https://github.com/beanumber/nyc311/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr