-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.12 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: cartogram
Title: Create Cartograms with R
Version: 0.4.0
Authors@R: c(
person("Sebastian", "Jeworutzki", , "sebastian.jeworutzki@ruhr-uni-bochum.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2671-5253")),
person("Timothee", "Giraud", role = "ctb"),
person("Nicolas", "Lambert", role = "ctb"),
person("Roger", "Bivand", , "Roger.Bivand@nhh.no", role = "cph"),
person("Edzer", "Pebesma", role = "cph"),
person("Jakub", "Nowosad", , "nowosad.jakub@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0002-1057-3721")),
person("Egor", "Kotov", , "kotov.egor@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0001-6690-5345"))
)
Description: Construct continuous and non-contiguous area cartograms.
License: GPL-3
URL: /~https://github.com/sjewo/cartogram,
https://sjewo.github.io/cartogram/
BugReports: /~https://github.com/sjewo/cartogram/issues
Imports:
methods,
packcircles,
rlang,
sf
Suggests:
future,
future.apply,
parallelly,
progressr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2