Skip to content

rlang 1.3.0

Latest

Choose a tag to compare

@lionel- lionel- released this 06 Jul 10:04
· 10 commits to main since this release
  • hash() now uses its own walking strategy to make it independent of pecularities of the R serialiser. This fixes stability issues with function bytecode and shrinkable vectors on R 4.6.0 (#1681).

    This does mean that with this version all hash values will now be different. In general we gain stability across versions of R, but may lose some stability across versions of rlang. We'll try and avoid changes to our hash algorithm for the sake of stability but you should assume it's always possible for a new version to invalidate existing hashes.

  • Fixed env_get() issue causing double evaluation of active bindings on older R versions <= 4.4 (#1893).