diff --git a/DESCRIPTION b/DESCRIPTION index b248957b..01d56e69 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyr Title: Tidy Messy Data -Version: 1.3.1.9000 +Version: 1.3.2 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Davis", "Vaughan", , "davis@posit.co", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 0c786f5d..206fe458 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tidyr (development version) +# tidyr 1.3.2 * `fill()` gains a `.by` argument as an alternative to `dplyr::group_by()` for applying the fill per group, similar to `nest(.by =)` and diff --git a/cran-comments.md b/cran-comments.md index 1c3a366c..52ad31e1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1 +1 @@ -This is a patch release to resolve R CMD check issues on R-devel. We don't anticipate any revdep changes. +This is a patch release with no expected issues.