Skip to content

Commit

Permalink
Merge branch 'master' into develop-0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aphalo committed Jun 4, 2024
2 parents 6260c0e + 3ce20bd commit 337f49b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ggpp
Type: Package
Title: Grammar Extensions to 'ggplot2'
Version: 0.5.7
Date: 2024-05-03
Version: 0.5.7.9000
Date: 2024-06-04
Authors@R:
c(
person("Pedro J.", "Aphalo", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ editor_options:
wrap: 72
---

# ggpp 0.5.8

- Fix wrong test for availability of 'ggpmisc' in examples (reported by _Joshua Ulrich_ in issue #53)

# ggpp 0.5.7

Track changes in 'ggplot2' 3.5.0 and 3,5,1. Fix a couple of minor
Expand Down
2 changes: 1 addition & 1 deletion R/stat-dens1d-filter.r
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
#' stat_dens1d_filter(geom = "text", hjust = "outward")
#'
#' # looking under the hood with gginnards::geom_debug()
#' gginnards.installed <- requireNamespace("ggrepel", quietly = TRUE)
#' gginnards.installed <- requireNamespace("gginnards", quietly = TRUE)
#' if (gginnards.installed) {
#' library(gginnards)
#'
Expand Down
2 changes: 1 addition & 1 deletion R/stat-dens2d-filter.r
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
#' keep.these = 1:30)
#'
#' # looking under the hood with gginnards::geom_debug()
#' gginnards.installed <- requireNamespace("ggrepel", quietly = TRUE)
#' gginnards.installed <- requireNamespace("gginnards", quietly = TRUE)
#' if (gginnards.installed) {
#' library(gginnards)
#'
Expand Down
2 changes: 1 addition & 1 deletion man/stat_dens1d_filter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/stat_dens2d_filter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 337f49b

Please sign in to comment.