Skip to content

Commit

Permalink
Increment version number to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbengler committed Feb 12, 2024
1 parent 04dfb35 commit 0cb2e89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-3169-2076"))
Expand All @@ -11,8 +11,10 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
cli,
colorspace,
dplyr,
forcats,
ggbeeswarm,
ggplot2,
ggpubr,
ggrastr,
Expand All @@ -26,6 +28,7 @@ Imports:
scales,
stringr,
svglite,
tibble,
tidyr
Depends:
R (>= 2.10)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 0cb2e89

Please sign in to comment.