Developing an R package using Julia for a statistical model

This is super neat and a dream of mine! Did you happen to see this discussion I wrote up trying to do something exactly like this?

I was wondering the same. Once we build a libmypkg.so file using juliac, we would still need to use the C API to link the shared object into R right? I believe doing that will still require a dummy Rcpp package which only just loads that binary library via a header

1 Like