Skip to content

Commit

Permalink
Increment version number to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Mar 29, 2022
1 parent 70d7db9 commit b4a75fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: magrittr
Title: A Forward-Pipe Operator for R
Version: 2.0.2.9000
Version: 2.0.3
Authors@R: c(
person("Stefan Milton", "Bache", , "stefan@stefanbache.dk", role = c("aut", "cph"),
comment = "Original author and creator of magrittr"),
Expand All @@ -16,7 +16,7 @@ Description: Provides a mechanism for chaining commands with a new
For more information, see package vignette. To quote Rene Magritte,
"Ceci n'est pas un pipe."
License: MIT + file LICENSE
URL:https://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr
URL: https://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr
BugReports: https://github.com/tidyverse/magrittr/issues
Depends:
R (>= 3.4.0)
Expand All @@ -29,7 +29,7 @@ Suggests:
VignetteBuilder:
knitr
ByteCompile: Yes
Config/Needs/website:tidyverse/tidytemplate
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# magrittr (development version)
# magrittr 2.0.3

* Fixed a C level protection issue in `%>%` (#256).


# magrittr 2.0.2

* New eager pipe `%!>%` for sequential evaluation (#247). Consider
Expand Down

0 comments on commit b4a75fe

Please sign in to comment.