forked from ropensci/ckanr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.5 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
Package: ckanr
Title: Client for the Comprehensive Knowledge Archive Network ('CKAN') API
Description: Client for 'CKAN' API (<https://ckan.org/>). Includes interface
to 'CKAN' 'APIs' for search, list, show for packages, organizations, and
resources. In addition, provides an interface to the 'datastore' API.
Version: 0.6.0.92
Authors@R: c(
person("Scott", "Chamberlain",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Imanuel", "Costigan",
role = "aut",
email = "[email protected]"),
person("Wush", "Wu",
role = "aut",
comment = c(ORCID = "0000-0001-5180-0567")),
person("Florian", "Mayer",
role = "aut",
email="[email protected]",
comment = c(ORCID = "0000-0003-4269-4242")),
person("Sharla", "Gelfand", role = "aut")
)
License: MIT + file LICENSE
LazyData: true
URL: https://docs.ropensci.org/ckanr/ (website)
https://github.com/ropensci/ckanr (devel)
BugReports: https://github.com/ropensci/ckanr/issues
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Depends: DBI (>= 0.3.1)
Imports:
methods,
stats,
utils,
crul,
jsonlite (>= 0.9.17),
dplyr (>= 0.7.0),
dbplyr,
magrittr
Suggests:
sf,
readxl,
testthat,
xml2,
lazyeval
RoxygenNote: 7.1.1
X-schema.org-keywords: database, open-data, ckan, api, data, dataset
X-schema.org-applicationCategory: Data Access
X-schema.org-isPartOf: "https://ropensci.org"