You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* include rlang functions in literal coersion
Closes#1382
* Update NEWS.md
* add a failing test for list2 construction
* fix test for rlang coercers ft. list2
* allow exp format scalar
* add failing tests
* fix tests
* also mention rlang coercer in docs
* Update NEWS.md
* tweak grammar
* simplify indentation
* DRY in xpaths
* different name for object
* consolidate both into one
* readability whitespace
Co-authored-by: Michael Chirico <chiricom@google.com>
rlang::int()
is really meant to be a typed builder likec(1, 2, 3)
with specified output type likebut if
...lengths() == 1
, it seems reasonable to just use a literal instead.The text was updated successfully, but these errors were encountered: