Skip to content

rlang 1.1.2

Compare
Choose a tag to compare
@lionel- lionel- released this 06 Nov 12:08
· 17 commits to main since this release
  • Fixed an off-by-one typo in the traceback source column location (#1633).

  • abort() now respects the base R global option,
    options(show.error.messages = FALSE) (#1630).

  • obj_type_friendly() now only displays the first class of S3 objects (#1622).

  • expr_label() now has back-compatility with respect to changes made by R version 4.4 and is.atomic(NULL) (#1655)

  • Performance improvement in .rlang_cli_compat() (#1657).