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 Config/pak/sysreqs: libjpeg-dev libpng-dev libxml2-dev Repository: https://jimjam-slam.r-universe.dev Date/Publication: 2023-10-10 01:58:07 UTC RemoteUrl: https://github.com/jimjam-slam/ggflags RemoteRef: main RemoteSha: fb6ca53f947a543cc2b003a2a1e7f0e9cf104540 NeedsCompilation: no Packaged: 2026-07-02 07:38:53 UTC; root Author: Baptiste Auguie [aut, cre], James Goldie [aut, ctb] (ORCID: ), Rémi Thériault [aut, ctb] (ORCID: , Twitter: @rempsyc) Maintainer: Baptiste Auguie