From dcf57e96086ebc3f6fdfa3f356cdda4cb19ce346 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Thu, 16 Mar 2023 09:03:11 -0400 Subject: [PATCH] RC 0.6.0 (#1816) * Update `cran-comments.md` * Increment version number to 0.6.0 * Mention that we fixed the CRAN check failures * Swap to self as maintainer * CRAN-SUBMISSION * Delete CRAN-SUBMISSION --- DESCRIPTION | 6 +++--- NEWS.md | 2 +- cran-comments.md | 12 +++++++++++- man/vctrs-package.Rd | 4 ++-- src/version.c | 2 +- 5 files changed, 18 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0e71448ab..c604dbd72 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vctrs Title: Vector Helpers -Version: 0.5.2.9000 +Version: 0.6.0 Authors@R: c(person(given = "Hadley", family = "Wickham", @@ -8,11 +8,11 @@ Authors@R: email = "hadley@posit.co"), person(given = "Lionel", family = "Henry", - role = c("aut", "cre"), + role = "aut", email = "lionel@posit.co"), person(given = "Davis", family = "Vaughan", - role = "aut", + role = c("aut", "cre"), email = "davis@posit.co"), person(given = "data.table team", role = "cph", diff --git a/NEWS.md b/NEWS.md index 946a82f0a..6920473fa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# vctrs (development version) +# vctrs 0.6.0 * New `vec_run_sizes()` for computing the size of each run within a vector. It is identical to the `times` column from `vec_unrep()`, but is faster if you diff --git a/cran-comments.md b/cran-comments.md index 1ea825650..53957236c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1 +1,11 @@ -This is a patch release with no expected breakage of any reverse dependencies. +This is a minor release with no expected breakage of any reverse dependencies. + +We fixed the CRAN check result failures, in particular: +- We removed `SystemRequirements: C++11`. +- We fixed the S3 method inconsistencies for `cnd_header()` and `cnd_body()`. + +The following reverse dependencies showed up in our checks, but we believe they are false alarms: +- GenomeAdmixR: Can't reproduce locally. +- portalr: A common failing package that we see. Likely related to a failed download. +- openalexR: A common failing package that we see. Likely related to a failed download. +- rapbase: Likely related to a failed download from GitHub. diff --git a/man/vctrs-package.Rd b/man/vctrs-package.Rd index e4279f1fa..487bcfa60 100644 --- a/man/vctrs-package.Rd +++ b/man/vctrs-package.Rd @@ -22,12 +22,12 @@ Useful links: } \author{ -\strong{Maintainer}: Lionel Henry \email{lionel@posit.co} +\strong{Maintainer}: Davis Vaughan \email{davis@posit.co} Authors: \itemize{ \item Hadley Wickham \email{hadley@posit.co} - \item Davis Vaughan \email{davis@posit.co} + \item Lionel Henry \email{lionel@posit.co} } Other contributors: diff --git a/src/version.c b/src/version.c index 6146e60c2..f4ea36420 100644 --- a/src/version.c +++ b/src/version.c @@ -1,7 +1,7 @@ #define R_NO_REMAP #include -const char* vctrs_version = "0.5.2.9000"; +const char* vctrs_version = "0.6.0"; /** * This file records the expected package version in the shared