Skip to content

Commit

Permalink
[skip actions] Bump version to 0.3.1.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy authored and github-actions[bot] committed Apr 29, 2024
1 parent 93f0dfe commit d5e21be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9027
rev: v0.4.2
hooks:
- id: style-files
name: Style code with `styler`
Expand Down
19 changes: 10 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: ggplot2.utils
Title: Selected Utilities Extending 'ggplot2'
Version: 0.3.1
Date: 2023-12-12
Version: 0.3.1.9000
Date: 2024-04-29
Authors@R: c(
person("Daniel", "Sabanés Bové", , "[email protected]", role = c("aut", "cre")),
person("Samer", "Mouksassi", role = "aut",
Expand All @@ -13,13 +13,14 @@ Authors@R: c(
)
Description: Selected utilities, in particular 'geoms' and 'stats'
functions, extending the 'ggplot2' package. This package imports
functions from 'EnvStats' <doi:10.1007/978-1-4614-8456-1> by Millard (2013),
'ggpp' <https://CRAN.R-project.org/package=ggpp> by Aphalo et al. (2023)
and 'ggstats' <doi:10.5281/zenodo.10183964> by Larmarange (2023),
and then exports them. This package also contains modified code from
'ggquickeda' <https://CRAN.R-project.org/package=ggquickeda> by
Mouksassi et al. (2023) for Kaplan-Meier lines and ticks additions to plots.
All functions are tested to make sure that they work reliably.
functions from 'EnvStats' <doi:10.1007/978-1-4614-8456-1> by Millard
(2013), 'ggpp' <https://CRAN.R-project.org/package=ggpp> by Aphalo et
al. (2023) and 'ggstats' <doi:10.5281/zenodo.10183964> by Larmarange
(2023), and then exports them. This package also contains modified
code from 'ggquickeda' <https://CRAN.R-project.org/package=ggquickeda>
by Mouksassi et al. (2023) for Kaplan-Meier lines and ticks additions
to plots. All functions are tested to make sure that they work
reliably.
License: Apache License 2.0
URL: https://insightsengineering.github.io/ggplot2.utils/
BugReports: https://github.com/insightsengineering/ggplot2.utils/issues
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
# ggplot2.utils 0.3.1.9000

* 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

0 comments on commit d5e21be

Please sign in to comment.