CMD + K

r-juliacall

Community

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'.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::r-juliacall

Usage Tracking

0.17.6
0.17.5
0.17.4
3 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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'.

Last Updated

Dec 7, 2024 at 23:54

License

MIT

Supported Platforms

win-64
macOS-64
linux-64