-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.64 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: lockdown-maps-R
Title: Population Movements at Spring 2020 Lockdown in France -
Interactive Data Visualizations
Version: 0.0.0.9000
Date: 2021-04-01
Authors@R:
c(person(given = "Milena",
family = "Suarez Castillo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5589-4254")),
person(given = "Martijn",
family = "Tennekes",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-6506-9522")),
person(given = "Romain",
family = "Lesur",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0721-5595")),
person(family = "Institut National de la Statistique et des Études Économiques",
role = "cph",
comment = "https://insee.fr"),
person(family = "Statistics Netherlands",
role = "cph",
comment = "https://www.cbs.nl/en-gb/"))
Description: This repository contains the code to build the dataviz. It
builds on (Martijn Repo).
License: MIT + file LICENSE
URL: https://github.com/InseeFrLab/lockdown-maps-R
BugReports: https://github.com/InseeFrLab/lockdown-maps-R/issues
Imports:
colorspace,
donutmaps,
htmltools,
htmlwidgets,
httr,
leafsync,
odf,
pals,
readxl,
rmarkdown,
sf,
sp,
targets,
tidyverse,
tmap,
tmaptools,
tools,
units,
xml2
Remotes:
mtennekes/odf,
mtennekes/tmap,
mtennekes/donutmaps,
r-spatial/leafsync
Encoding: UTF-8