Skip to content

rlang 1.0.5

Choose a tag to compare

@lionel- lionel- released this 31 Aug 15:06
· 368 commits to main since this release
  • Fixed backtrace display with calls containing long lists of
    arguments (#1456).

  • New r_obj_type_friendly() function in the C library (#1463). It
    interfaces with obj_type_friendly() from compat-obj-type.R via a
    C callable.