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
I get a segmentation fault error when attempting to load the bartMachine R package from within Julia. I was able to load the rJava package without issues, but the bartMachine package crashes Julia right away with a segmentation fault error. No other details are given. My Julia session was:
I get a segmentation fault error when attempting to load the bartMachine R package from within Julia. I was able to load the rJava package without issues, but the bartMachine package crashes Julia right away with a segmentation fault error. No other details are given. My Julia session was:
julia> using RCall
julia> R"library(rJava)"
RObject{StrSxp}
[1] "rJava" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "methods" "base"
julia> R"library(bartMachine)"
Segmentation fault
Has anyone encountered this problem before with this particular package? I have run the bartMachine package in RStudio without any problems.
I am using R version 3.4.4, RCall version 0.13.2, Julia version 1.1.0, rJava version 0.9.11, and bartMachine version 1.2.4.2.
The text was updated successfully, but these errors were encountered: