-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 951 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: BARIS
Type: Package
Title: Access and Import Data from the French Open Data Portal
Version: 1.1.3
Author: Mohamed El Fodil Ihaddaden
Maintainer: Mohamed El Fodil Ihaddaden <[email protected]>
Description: Allows the user to access and import data from the rich French open data portal through the provided free API <https://doc.data.gouv.fr/api/reference/>.
The portal is free, and no credential is required for extracting datasets.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/feddelegrand7/BARIS
BugReports: https://github.com/feddelegrand7/BARIS/issues
VignetteBuilder: knitr
Imports:
magrittr,
dplyr,
data.table,
downloader,
sf,
XML,
httr,
rgdal,
janitor,
rio,
jsonlite,
stringr,
utils,
memoise,
stringi,
shiny,
miniUI,
rstudioapi,
checkmate,
glue
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.1.1