Skip to content

rlang 1.0.6

Compare
Choose a tag to compare
@lionel- lionel- released this 28 Sep 08:39
· 279 commits to main since this release
  • as_closure(seq.int) now works (#1468).

  • rlang no longer stores errors and backtraces in a org:r-lib
    environment on the search path.

  • The low-level function error_call() is now exported (#1474).

  • Fixed an issue that caused a failure about a missing is_character
    function when rlang is installed alongside an old version of vctrs (#1482).

  • Fixed an issue that caused multiline calls in backtraces.

  • The C API function r_lgl_which() now propagates the names of the input
    (#1471).

  • The pkg_version_info() function now allows == for package
    version comparison (#1469, @KryeKuzhinieri).