Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.1.4 #35

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gghdx
Title: HDX Theme, Scales, and Other Conveniences for 'ggplot2'
Version: 0.1.3.9000
Version: 0.1.4
Authors@R:
person(
given = "Seth",
Expand All @@ -15,7 +15,7 @@ Description: A Humanitarian Data Exchange (HDX) theme, color palettes, and
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Imports:
dplyr,
ggplot2,
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gghdx (development version)
# gghdx 0.1.4

- Export `number_hdx()` to provide users simple access to number formatting
outside the labeling use case.
Expand All @@ -7,7 +7,7 @@ outside the labeling use case.

- Implement `label_number_hdx()` function to improve numeric scales labeling
to match the data visualization guidelines.
- Switch develop continous `NA` fill value to be `"transparent"` so it appears
- Switch develop continuous `NA` fill value to be `"transparent"` so it appears
better when plotting continuous rasters.
- Check installed `{ggplot2}` version to pass the `scale_name` argument to remove
warnings and errors.
Expand Down
Loading