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
ggplot2's qplot uses rlang::enquos to capture the input expression. But we are passing the value instead of a promise so gplot fails to get the expression.
julia>qplot(1:10, 1:10)
ERROR: REvalError: Error:`expr` must quote a symbol, scalar, or call
The text was updated successfully, but these errors were encountered:
ggplot2's
qplot
usesrlang::enquos
to capture the input expression. But we are passing the value instead of a promise sogplot
fails to get the expression.The text was updated successfully, but these errors were encountered: