-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Cannot call non-exported string macro using dot #14208
Comments
+1, this should be changed for consistency with
|
This can be changed in the parser, fairly easily I think. |
Though one wonders if we really want more ways to call un-exported things. Maybe you should have to write |
My use case is in RCall. We have a @rimport base as rbase
rbase.var"as.data.frame"(x) |
Dup of #6970. |
A simple example:
Then:
The parser interprets this as implicit multiplication:
Is this something we can change, or is it too baked into the parser?
The text was updated successfully, but these errors were encountered: