Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non standard evaluation issue of qplot #252

Open
randy3k opened this issue Aug 1, 2018 · 2 comments
Open

non standard evaluation issue of qplot #252

randy3k opened this issue Aug 1, 2018 · 2 comments
Labels

Comments

@randy3k
Copy link
Member

randy3k commented Aug 1, 2018

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
@VPetukhov
Copy link

Have the same issue.

@randy3k
Copy link
Member Author

randy3k commented Aug 17, 2018

Ya, it is also related to #42

Implicitly, qplot roughly equals to rcall(:qplot, 1:10, 1:10). And qplot expects an expression input rather a numeric input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants