File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: rlang
2
- Version: 1.0.1.9000
2
+ Version: 1.0.2
3
3
Title: Functions for Base Types and Core R and 'Tidyverse' Features
4
4
Description: A toolbox for working with base types, core R features
5
5
like the condition system, and core 'Tidyverse' features like tidy
Original file line number Diff line number Diff line change 1
- # rlang (development version)
1
+ # rlang 1.0.2
2
2
3
3
* Backtraces of parent errors are now reused on rethrow. This avoids
4
4
capturing the same backtrace twice and solves consistency problems
Original file line number Diff line number Diff line change 1
1
#define R_NO_REMAP
2
2
#include <Rinternals.h>
3
3
4
- const char * rlang_version = "1.0.1.9000 " ;
4
+ const char * rlang_version = "1.0.2 " ;
5
5
6
6
/**
7
7
* This file records the expected package version in the shared
You can’t perform that action at this time.
0 commit comments