JuliaInterop / JuliaCall

Embed Julia in R
https://non-contradiction.github.io/JuliaCall/index.html
Other
267 stars 36 forks source link

Type piracy of `sexp(::Tuple)` creates problems elsewhere. #221

Open palday opened 10 months ago

palday commented 10 months ago

This came up in https://github.com/palday/JellyMe4.jl/issues/72 and I'm working on an upstream fix that removes the need to pirate: https://github.com/JuliaInterop/RCall.jl/pull/515.

If the upstream fix lands, then you'll definitely need to remove the associated method here.