forked from CommerceDataService/eu.us.opendata
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.26 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
Package: eu.us.opendata
Title: A library for bringing together EU and US statistical data
Version: 0.0.1
Authors@R: c(person("Luca", "Gramaglia", role = c("aut", "cre")),
person("Denis", "Grofils", role = c("aut", "cre")),
person("Jeff", "Chen", role = c("aut", "cre")),
person("Andrea", "Julca", role = c("aut", "cre"),
email = c("[email protected]")),
person("Laurent", "Mathurin", role = "ctb"),
person("Loredana", "Di Consiglio", role = "ctb"),
person("Ledia", "Guci", role = "ctb"))
Author: Luca Gramaglia [aut, cre],
Denis Grofils [aut, cre],
Jeff Chen [aut, cre],
Andrea Julca [aut, cre],
Laurent Mathurin [ctb],
Loredana Di Consiglio [ctb],
Ledia Guci [ctb]
Maintainer: Luca Gramaglia,
Denis Grofils,
Jeff Chen,
Andrea Julca <[email protected]>
Depends:
R (>= 3.2.1), RCurl, SPARQL
Imports: rsdmx,
DT,
RJSDMX,
formattable,
httr,
jsonlite,
data.table,
hunspell,
leaflet,
rgdal,
maptools,
sp
Description:
Important Note - You must have a BEA API Key to use this library.
Register for a key at http://www.bea.gov/API/signup/index.cfm .
URL: https://github.com/CommerceDataService/project-eu-us
License: file LICENSE
LazyData: no
RoxygenNote: 5.0.1