-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.42 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
Package: data.world
Title: Functions and Add-Ins for Working with 'data.world' Data Sets and Projects
Version: 1.3.1
Authors@R: c(
person("Rafael", "Pereira", email = "[email protected]", role = c("aut", "cre")),
person("Triet", "Le", email = "[email protected]", role = c("aut")),
person("Bryon", "Jacob", email = "[email protected]", role = c("aut")),
person("Scott", "Came", email = "[email protected]", role = c("aut")))
Description: High-level tools for working with 'data.world' data sets. 'data.world' is a platform
where you can find interesting data, store and showcase your own data and data projects,
and find and collaborate with other members. In addition to exploring, querying and
charting data on the data.world site, you can access data via 'API' endpoints and
integrations. Use this package to access, query and explore data sets, and to
publish your insights. Visit <https://data.world>, for additional information.
Depends: R (>= 3.3.0), dwapi (>= 0.3.1)
Imports:
httr,
ini,
miniUI,
shiny,
stringi
Suggests:
covr,
knitr,
lintr,
readr,
rmarkdown,
testthat (>= 2.0.0)
Remotes:
datadotworld/dwapi-r
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
URL: https://github.com/datadotworld/data.world-r
BugReports: https://github.com/datadotworld/data.world-r/issues
RoxygenNote: 7.0.2
VignetteBuilder: knitr