r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
489 stars 131 forks source link

Deprecate `env_unlock()` #1720

Closed lionel- closed 5 days ago

lionel- commented 1 week ago

Closes https://github.com/r-lib/rlang/issues/1705

env_unlock() is now defunct. Downstream deps have been warned of this 2 months ago.

The main revdep is pkgload::load_all() which is updated in https://github.com/r-lib/pkgload/pull/286 and will soon be sent to CRAN. It's likely people will end up with mismatched versions so env_unlock() detects outdated pkgload version and recommends to update.