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 fc31518 commit 11f1c1cCopy full SHA for 11f1c1c
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: vctrs
2
Title: Vector Helpers
3
-Version: 0.6.4.9000
+Version: 0.6.5
4
Authors@R: c(
5
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
6
person("Lionel", "Henry", , "[email protected]", role = "aut"),
NEWS.md
@@ -1,4 +1,4 @@
-# vctrs (development version)
+# vctrs 0.6.5
* Internal changes requested by CRAN around C level format strings (#1896).
src/version.c
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>
-const char* vctrs_version = "0.6.4.9000";
+const char* vctrs_version = "0.6.5";
/**
7
* This file records the expected package version in the shared
0 commit comments