Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@jimjam-slam jimjam-slam released this 10 Oct 02:02
fb6ca53
  • Some more internal rejiggering to ensure that you can use ggflags without explicitly loading the package
    • If you're not loading the package and need to use it to plot things, prefix the package functions with ggflags:: (eg. ggflags::geom_flag).
    • If you need to access the internal flag list, either load it into the global environment as lflags using data(lflags) or access it prefixed with ggflags::lflags