Open ChrisRackauckas opened 4 years ago
@tkf do you have ideas on how to do this?
I guess it depends on metaprogramming in R. I don't know anything about it.
I found I could just use a Julia eval:
functions <- JuliaCall::julia_eval("filter(isascii, replace.(string.(propertynames(DifferentialEquations)),\"!\"=>\"_bang\"))")
Basically like https://github.com/Non-Contradiction/JuliaCall/pull/118 but automatically finding all of the functions in the module and doing the wrapping process.