-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error: attempt to apply non-function #505
Comments
Another example: HTML <- julia_eval("HTML")
HTML("<h1> title </h1>") gives an error
despite it is callable on julia side |
@simonbyrne can you comment here? |
This feels like a JuliaCall issue and not an RCall issue even if the error didn't happen until it hit RCall -- I suspect something in JuliaCall's wrapping and passing isn't complete. |
I opened an issue at JuliaCall JuliaInterop/JuliaCall#215 |
Closing this for now, but if it turns out that there is actually something we can do on the RCall side to make things easier for JuliaCall, then I'm happy to revisit. |
For some julia values, the call method is not supported on R side
returns
It would be great if the R call syntax works also here to run the julia call.
Workaround
The text was updated successfully, but these errors were encountered: