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 169fbbf commit 81c7dcdCopy full SHA for 81c7dcd
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: rlang
2
-Version: 1.1.2
+Version: 1.1.2.9000
3
Title: Functions for Base Types and Core R and 'Tidyverse' Features
4
Description: A toolbox for working with base types, core R features
5
like the condition system, and core 'Tidyverse' features like tidy
NEWS.md
@@ -1,3 +1,5 @@
+# rlang (development version)
+
# rlang 1.1.2
* Fixed an off-by-one typo in the traceback source column location (#1633).
src/version.c
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>
-const char* rlang_version = "1.1.2";
+const char* rlang_version = "1.1.2.9000";
6
/**
7
* This file records the expected package version in the shared
0 commit comments