-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.1 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
Type: Package
Package: junr
Title: Access Open Data Through the 'Junar' API
Version: 0.2.1
Date: 2020-02-02
Authors@R: c(
person(given = "Frans",
family = "van Dunné",
role = c("aut", "cre"),
email = "[email protected]"),
person("Mauro", "Lepore",
role="ctb",
email="[email protected]")
)
Description: The 'Junar' API is a commercial platform to
organize and publish data <http://www.junar.com>. It has been used in
a number of national and local government Open Data initiatives in
Latin America and the USA. This package is a wrapper to make it easier
to access data made public through the 'Junar' API.
License: MIT + file LICENCE
URL: https://github.com/fvd/junr
BugReports: https://github.com/fvd/junr/issues
Depends:
R (>= 3.2)
Imports:
httr,
jsonlite
Suggests:
spelling,
knitr,
rmarkdown,
testthat (>= 0.8.0),
covr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
"collate"))
RoxygenNote: 6.1.1
Language: en-US