Skip to content

Commit

Permalink
RC 0.6.1 (#1820)
Browse files Browse the repository at this point in the history
* Update `cran-comments.md`

* Increment version number to 0.6.1

* CRAN-SUBMISSION

* Delete CRAN-SUBMISSION
  • Loading branch information
DavisVaughan committed Mar 22, 2023
1 parent 273d2da commit f810b9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: vctrs
Title: Vector Helpers
Version: 0.6.0.9000
Version: 0.6.1
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"),
person("Lionel", "Henry", , "lionel@posit.co", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# vctrs (development version)
# vctrs 0.6.1

* Fixed a test related to `c.sfc()` changes in sf 1.0-10 (#1817).

Expand Down
12 changes: 2 additions & 10 deletions cran-comments.md
@@ -1,11 +1,3 @@
This is a minor release with no expected breakage of any reverse dependencies.
This is a patch 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.
We fixed the failing tests related to sf.
2 changes: 1 addition & 1 deletion src/version.c
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>

const char* vctrs_version = "0.6.0.9000";
const char* vctrs_version = "0.6.1";

/**
* This file records the expected package version in the shared
Expand Down

0 comments on commit f810b9e

Please sign in to comment.