Skip to content

Commit

Permalink
Bump to 0.0.4; update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
James Goldie committed Oct 10, 2023
1 parent 5818e0a commit 9f77b0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggflags
Type: Package
Version: 0.0.3
Version: 0.0.4
Title: Plot flags of the world in ggplot2
Authors@R: c(
person("Baptiste", "Auguie",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# ggflags 0.0.4

- 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`

# ggflags 0.0.3

- Adds Rémi Thériault as an author and contributor!
Expand Down

0 comments on commit 9f77b0d

Please sign in to comment.