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
This is probably a quibbling corner case of minor importance but it seems that the concatenation of quo() and quos() depends on the order of the operation:
Hi,
This is probably a quibbling corner case of minor importance but it seems that the concatenation of
quo()
andquos()
depends on the order of the operation:Created on 2022-07-22 by the reprex package (v2.0.1)
In the latter case, the
quosures
class is lost but I'm not sure that this class is important or if this can cause any trouble at all.This is obviously caused by the absence of
rlang:::c.quosure()
but the result is a bit unexpected. Maybec.quosures()
could be aliased toc.quosure()
?The text was updated successfully, but these errors were encountered: