-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
34 lines (34 loc) · 1.52 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
Package: doremifasol
Title: Data on Insee Website
Version: 0.5.5.9001
Authors@R: c(
person("Pierre", "Lamarche", email = "[email protected]", role = c("aut", "cre")),
person("Pierre-Yves", "Berrard", role = "aut", email = "[email protected]"),
person("Lino", "Galiana", role = "ctb", email = "[email protected]"),
person("Olivier", "Meslin", role = "ctb", email = "[email protected]"),
person("Gilles", "Fidani", role = "ctb", email = "[email protected]"),
person("Damien", "Dotta", role = "ctb", email = "[email protected]"),
person(family = "Institut National de la Statistique et des Études Économiques", role = "cph")
)
Description: A package primarily intended for Insee staff members willing to use R in order to exploit and analyse data produced by the institute. This package makes it possible to either download on-the-fly the date from the website, or load pre-processed data. It also provides a (so far non comprehensive) list of datasets available on the website.
Language: fr
Depends: R (>= 3.5.0)
Imports: readr, readxl, httr, apinsee, jsonlite, curl, DT, arrow
Suggests:
tidyverse,
data.table,
testthat,
httpuv,
jsonify,
knitr,
rmarkdown,
markdown
Remotes: inseeFrLab/apinsee
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
URL: https://InseeFrLab.github.io/DoReMIFaSol, https://github.com/InseeFrLab/DoReMIFaSol
BugReports: https://github.com/InseeFrLab/DoReMIFaSol/issues
VignetteBuilder: knitr