File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Package: rlang
2- Version: 0.4.5.9000
2+ Version: 0.4.6
33Title: Functions for Base Types and Core R and 'Tidyverse' Features
44Description: A toolbox for working with base types, core R features
55 like the condition system, and core 'Tidyverse' features like tidy
Original file line number Diff line number Diff line change 11
2- # rlang (development version)
2+ # rlang 0.4.6
33
44* ` !!! ` now uses a combination of ` length() ` , ` names() ` , and ` [[ ` to splice
55 S3 and S4 objects. This produces more consistent behaviour than ` as.list() `
66 on a wider variety of vector classes (#945 , tidyverse/dplyr #4931 ).
77
8+
89# rlang 0.4.5
910
1011* ` set_names() ` , ` is_formula() ` , and ` names2() ` are now implemented in
Original file line number Diff line number Diff line change 11#define R_NO_REMAP
22#include <Rinternals.h>
33
4- const char * rlang_version = "0.4.5.9000 " ;
4+ const char * rlang_version = "0.4.6 " ;
55
66/**
77 * This file records the expected package version in the shared
You can’t perform that action at this time.
0 commit comments