From 0cb2e892756bc4b91d0470d4ee3becea0d17fdab Mon Sep 17 00:00:00 2001 From: jbengler Date: Mon, 12 Feb 2024 11:57:15 +0100 Subject: [PATCH] Increment version number to 0.0.2 --- DESCRIPTION | 5 ++++- NEWS.md | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4dc21072..0f64a1ff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyplots Title: Tidy Plots Using the Pipe -Version: 0.0.1 +Version: 0.0.2 Authors@R: person("Jan Broder", "Engler", , "broder.engler@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-3169-2076")) @@ -11,8 +11,10 @@ Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Imports: cli, + colorspace, dplyr, forcats, + ggbeeswarm, ggplot2, ggpubr, ggrastr, @@ -26,6 +28,7 @@ Imports: scales, stringr, svglite, + tibble, tidyr Depends: R (>= 2.10) diff --git a/NEWS.md b/NEWS.md index 3050f0f4..77ea4d8c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# tidyplots 0.0.2 + +* Renaming functions to improve consistency. + +* The package is still in early development. Expect user-facing and breaking changes. + # tidyplots 0.0.1 * Initial release. tidyplots streamlines the creation of publication-ready plots for scientific papers, making it incredibly easy to add and refine plot elements. It allows precise control over composition, style, and absolute sizes, while its utilization of the pipe `%>%` simplifies the construction of advanced plotting pipelines.