-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
23 lines (23 loc) · 937 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: INEbaseR
Type: Package
Title: R package for obtaining and analyzing open data from INE (Instituto Nacional de Estadistica) API
Version: 0.1.0
Date: 2018-01-01
Authors@R: c(
person("Andres", "Nacimiento", email = "[email protected]", role = c("aut", "prg", "cre")),
person("Mariano", "Sanz", email = "[email protected]", role = c("ctg")),
person("Carlos J.", "Perez", email = "[email protected]", role = c("aut", "drt", "pdr")))
Maintainer: Andres Nacimiento <[email protected]>
Description: R package for obtaining and analyzing open data from INE (Instituto Nacional de Estadistica) API.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: false
BuildResaveData: false
URL: https://inebaser.wordpress.com/,
https://ropenspain.github.io/INEbaseR/,
https://github.com/rOpenSpain/INEbaseR
BugReports: https://github.com/rOpenSpain/INEbaseR/issues
Imports:
jsonlite,
highcharter
RoxygenNote: 7.0.2