rlang 1.1.1
-
englue()
now allows omitting{{
. This is to make it easier to
embed in external functions that need to support either{
and{{
(#1601). -
Fix for CRAN checks.
-
stop_input_type()
now handlesI()
input literally inarg
(#1607, @simonpcouch). -
parse_expr()
andparse_exprs()
are now faster when
getOption("keep.source")
isTRUE
(#1603).