Skip to content

Commit

Permalink
change email and version bump (#93)
Browse files Browse the repository at this point in the history
closes #92
  • Loading branch information
danielinteractive authored Jun 26, 2024
1 parent d5e21be commit 6a0e9c4
Show file tree
Hide file tree
Showing 10 changed files with 214 additions and 53 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Type: Package
Package: ggplot2.utils
Title: Selected Utilities Extending 'ggplot2'
Version: 0.3.1.9000
Date: 2024-04-29
Version: 0.3.2
Date: 2024-06-25
Authors@R: c(
person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@roche.com", role = c("aut", "cre")),
person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@rconis.com", role = c("aut", "cre")),
person("Samer", "Mouksassi", role = "aut",
comment = "wrote original Kaplan-Meier code"),
person("Michael", "Sachs", role = "aut",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ggplot2.utils 0.3.1.9000
# ggplot2.utils 0.3.2

* Replaced dependency on `GGally` with `ggstats` where the original functions are actually from. This also avoids the corresponding overwrite messages coming from `GGally` when loading this package.

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output: github_document
<!-- markdownlint-disable-file -->
<!-- README.md needs to be generated from README.Rmd. Please edit that file -->

# ggplot2.utils <a href="https://insightsengineering.github.io/ggplot2.utils"><img src="man/figures/logo.png" align="right" height="139" /></a>
# ggplot2.utils <a href="https://insightsengineering.github.io/ggplot2.utils/"><img src="man/figures/logo.png" align="right" height="139" /></a>

```{r, echo = FALSE}
knitr::opts_chunk$set(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- markdownlint-disable-file -->
<!-- README.md needs to be generated from README.Rmd. Please edit that file -->

# ggplot2.utils <a href="https://insightsengineering.github.io/ggplot2.utils"><img src="man/figures/logo.png" align="right" height="139" /></a>
# ggplot2.utils <a href="https://insightsengineering.github.io/ggplot2.utils/"><img src="man/figures/logo.png" align="right" height="139" /></a>

<!-- badges: start -->

Expand Down
3 changes: 3 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ behaviour
doi
et
funder
geom's
geoms
ggplot
ggpp
ggproto
ggquickeda
ggstats
gridExtra
unmapped
zenodo
63 changes: 51 additions & 12 deletions man/geom_km.Rd

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

63 changes: 51 additions & 12 deletions man/geom_km_ticks.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/ggplot2.utils-package.Rd

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

62 changes: 51 additions & 11 deletions man/stat_km.Rd

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

Loading

0 comments on commit 6a0e9c4

Please sign in to comment.