forked from ellisp/ggflags
-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
38 lines (38 loc) · 1.07 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
Package: ggflags
Type: Package
Version: 0.0.4
Title: Plot flags of the world in ggplot2
Authors@R: c(
person("Baptiste", "Auguie",
email = "baptiste.auguie@gmail.com",
role = c("aut", "cre")),
person("James", "Goldie",
email = "me@jamesgoldie.dev",
role = c("aut", "ctb"),
comment = c(
ORCID = "0000-0002-5024-6207"
)),
person(
given = "Rémi",
family = "Thériault",
role = c("aut", "ctb"),
email = "remi.theriault@mail.mcgill.ca",
comment = c(
ORCID = "0000-0003-4315-6788",
Twitter = "@rempsyc")))
License: GPL (>= 3)
Description: A ggplot2 extension that allows you to plot the flags of the world. It functions essentially
as geom_point does, requiring, at minimum, a two-letter lowercase country code for the country aesthetic,
and x and y aesthetics. You can also adjust the size.
LazyData: TRUE
Depends:
R (>= 3.5.0)
Imports:
grid,
grImport2,
ggplot2,
scales
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/jimjam-slam/ggflags
BugReports: https://github.com/jimjam-slam/ggflags/issues