You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue in 0.2.0 that I have tried and failed to investigate. Essentially, if you start in Julia and use RCall.jl, everything is fine. However, if you start in R and try to get the Mids object back into R using julia_eval(), it either doesn't work or hangs for a really long time.
For now, if you want to use R code with Mice.jl, I would recommend starting in Julia and switching to/from R as necessary (it's easier to do that from Julia than from R, anyway!). I hope to be able to fix this ASAP.
The text was updated successfully, but these errors were encountered:
This is an issue in 0.2.0 that I have tried and failed to investigate. Essentially, if you start in Julia and use
RCall.jl
, everything is fine. However, if you start in R and try to get theMids
object back into R usingjulia_eval()
, it either doesn't work or hangs for a really long time.For now, if you want to use R code with
Mice.jl
, I would recommend starting in Julia and switching to/from R as necessary (it's easier to do that from Julia than from R, anyway!). I hope to be able to fix this ASAP.The text was updated successfully, but these errors were encountered: