Skip to content

Commit

Permalink
Merge pull request #1773 from DavisVaughan/rc/0.5.2
Browse files Browse the repository at this point in the history
RC 0.5.2
  • Loading branch information
DavisVaughan committed Jan 23, 2023
2 parents db967f2 + 0aac1b3 commit 8632e52
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: vctrs
Title: Vector Helpers
Version: 0.5.1.9000
Version: 0.5.2
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# vctrs (development version)
# vctrs 0.5.2

* New `vec_expand_grid()`, which is a lower level helper that is similar to
`tidyr::expand_grid()` (#1325).
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
@@ -1 +1 @@
Fixes the failure with R-devel.
This is a patch release with no expected breakage of any reverse dependencies.
1 change: 1 addition & 0 deletions src/bind.c
Expand Up @@ -242,6 +242,7 @@ r_obj* vec_rbind(r_obj* xs,

df_c_fallback(out, ptype, xs, n_rows, name_spec, name_repair, error_call);
out = vec_restore_recurse(out, ptype, VCTRS_OWNED_true);
KEEP_AT(out, out_pi);

if (has_names_to) {
out = df_poke(out, names_to_loc, names_to_col);
Expand Down
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.5.1.9000";
const char* vctrs_version = "0.5.2";

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

0 comments on commit 8632e52

Please sign in to comment.