-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 907 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
40
41
42
43
44
Type: Package
Package: ggeo
Title: Themes and Helpers for ggplot2
Version: 1.0.0
Authors@R:
person("Pascal", "Burkhard", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0001-5504-5084"))
Description: This package provides helper functions for ggplot graphs and
maps.
License: MIT + file LICENSE
URL: https://ggeo.nenuial.org
BugReports: http://github.com/nenuial/ggeo/issues/
Depends:
R (>= 4.1)
Imports:
colorspace,
fs,
geotools,
ggplot2,
glue,
grDevices,
highcharter,
lifecycle,
magrittr,
methods,
paletteer,
prismatic,
purrr,
rlang,
scales,
showtext,
stringr,
sysfonts,
utils,
wesanderson
Suggests:
rnaturalearth
Remotes:
Nenuial/geotools
Config/Needs/website: nenuial/geopkg
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2