We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acafad5 commit e88a3e2Copy full SHA for e88a3e2
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: vctrs
2
Title: Vector Helpers
3
-Version: 0.6.3
+Version: 0.6.3.9000
4
Authors@R: c(
5
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
6
person("Lionel", "Henry", , "[email protected]", role = "aut"),
NEWS.md
@@ -1,3 +1,5 @@
+# vctrs (development version)
+
# vctrs 0.6.3
* Fixed an issue where certain ALTREP row names were being materialized when
src/version.c
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>
-const char* vctrs_version = "0.6.3";
+const char* vctrs_version = "0.6.3.9000";
/**
7
* This file records the expected package version in the shared
0 commit comments