-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 1.04 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
Package: dwapi
Title: A Client for 'data.world' REST API
Version: 0.3.2
Authors@R: c(
person("Mark", "DiMarco", email = "mark.dimarco@data.world", role = c("aut")),
person("Rafael", "Pereira", email = "rafael.pereira@data.world", role = c("aut", "cre")),
person("Triet", "Le", email = "triet.le@data.world", role = c("aut")),
person("Bryon", "Jacob", email = "bryon.jacob@data.world", role = c("aut")),
person("Scott", "Came", email = "scott@cascadia-analytics.com", role = c("aut")))
Description: A set of wrapper functions for 'data.world' REST API endpoints <https://apidocs.data.world>.
Depends: R (>= 3.3.0)
Maintainer: Mark DiMarco <mark.dimarco@data.world>
Imports:
httr,
readr,
rjson,
jsonlite,
curl,
purrr,
dplyr,
tibble
Suggests:
knitr,
rmarkdown,
testthat (>= 2.0.0),
mockery
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
URL: https://github.com/datadotworld/dwapi-r
BugReports: https://github.com/datadotworld/dwapi-r/issues
RoxygenNote: 7.1.0
VignetteBuilder: knitr