PackageCompiler with R

I’m interested in reimplementing some R code in Julia to speed it up, then making it a package on CRAN. Is there a way to use PackageCompiler together with JuliaCall to create an R package that uses Julia without requiring users to install it (or wait for compilation)?

1 Like

I suspect u need to check out the artifacts system.

Check out this package to see what’s done for some inspiration.

I don’t know much beyond that GitHub - SciML/diffeqr: Solving differential equations in R using DifferentialEquations.jl and the SciML Scientific Machine Learning ecosystem