yihui / runr

Run external programs from R (experimental)
86 stars 26 forks source link

how to set up julia to use runr? #26

Closed ravinder387 closed 3 years ago

ravinder387 commented 3 years ago

I got error that julia is not installed or not in path.. I'm using ubuntu

yihui commented 3 years ago

I recommend you to use the JuliaCall package instead. This runr package was experimental, and is unlikely to be formally released. Thanks!

BTW, if you use R Markdown, there is a julia engine based on JuliaCall: https://bookdown.org/yihui/rmarkdown/language-engines.html#julia

ravinder387 commented 3 years ago

thank you Sir

yihui commented 3 years ago

You are welcome!