Seamless Integration Between R and 'Julia'
Evaluate string commands in julia and (may) invoke the julia display s...
Open julia console.
Evaluate string commands in julia and get the result back in R.
Check whether a julia object with the given name exists or not.
Get help for a julia function.
Do setup for JuliaCall in RMarkdown documents and notebooks.
(Deprecated) Do setup for julia chunks in RMarkdown notebooks.
Using julia packages.
Wrap julia functions and packages the easy way.
Do initial setup for the JuliaCall package.
Source a julia source file.
JuliaCall: Seamless Integration Between R and Julia.
Convert an R Object to Julia Object.
JuliaObject Fields.
Julia plots viewer in R.
Use automatic wrapper for julia type.
Call julia functions.
Julia language engine in R Markdown
Language piper for julia language.
Install Julia.
Assign a value to a name in julia.
Provides an R interface to 'Julia', which is a high-level, high-performance dynamic programming language for numerical computing, see <https://julialang.org/> for more information. It provides a high-level interface as well as a low-level interface. Using the high level interface, you could call any 'Julia' function just like any R function with automatic type conversion. Using the low level interface, you could deal with C-level SEXP directly while enjoying the convenience of using a high-level programming language like 'Julia'.
Useful links