Skip to content

Commit

Permalink
RC 0.6.0 (#1816)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
DavisVaughan authored Mar 16, 2023
1 parent fd3d550 commit dcf57e9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Package: vctrs
Title: Vector Helpers
Version: 0.5.2.9000
Version: 0.6.0
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "[email protected]"),
person(given = "Lionel",
family = "Henry",
role = c("aut", "cre"),
role = "aut",
email = "[email protected]"),
person(given = "Davis",
family = "Vaughan",
role = "aut",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "data.table team",
role = "cph",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 11 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions man/vctrs-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>

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
Expand Down

0 comments on commit dcf57e9

Please sign in to comment.