-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
42 lines (42 loc) · 980 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
36
37
38
39
40
41
42
Package: opendatatoronto
Title: Access the City of Toronto Open Data Portal
Version: 0.1.5
Authors@R:
c(person(given = "Sharla",
family = "Gelfand",
role = c("aut", "cre"),
email = "sharla.gelfand@gmail.com"),
person(given = "City of Toronto",
role = c("cph", "fnd")))
Description: Access data from the "City of Toronto
Open Data Portal" (<https://open.toronto.ca>) directly from R.
License: MIT + file LICENSE
URL: https://sharlagelfand.github.io/opendatatoronto/,
https://github.com/sharlagelfand/opendatatoronto/
BugReports:
https://github.com/sharlagelfand/opendatatoronto/issues
Depends:
R (>= 2.10)
Imports:
ckanr (>= 0.6.0),
magrittr,
readxl,
sf,
tibble,
xml2,
curl
Suggests:
covr,
dplyr,
ggiraph,
ggplot2,
knitr,
purrr,
tidyr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1