forked from ellisp/ggflags
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flag rendering; amend pkg authors
- Loading branch information
James Goldie
committed
Sep 29, 2023
1 parent
328d4bf
commit ef36c4a
Showing
3 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,24 @@ Package: ggflags | |
Type: Package | ||
Version: 0.0.3 | ||
Title: Plot flags of the world in ggplot2 | ||
Authors@R: c(person("Baptiste", "Auguie", | ||
Authors@R: c( | ||
person("Baptiste", "Auguie", | ||
email = "[email protected]", | ||
role = c("aut", "cre")), | ||
person("James", "Goldie", | ||
email = "[email protected]", | ||
role = c("ctb"))) | ||
email = "[email protected]", | ||
role = c("aut", "ctb"), | ||
comment = c( | ||
ORCID = "0000-0002-5024-6207" | ||
)), | ||
person( | ||
given = "Rémi", | ||
family = "Thériault", | ||
role = c("aut", "ctb"), | ||
email = "[email protected]", | ||
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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(grid::makeContent,flag) | ||
export(geom_flag) | ||
export(scale_country) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters