Skip to content
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

Segmentation fault error when loading bartMachine R package from within Julia #304

Open
wilmelz opened this issue Apr 30, 2019 · 0 comments

Comments

@wilmelz
Copy link

wilmelz commented Apr 30, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants