CRAN

JuliaCall 0.16.6

Seamless Integration Between R and 'Julia'

Released Jun 6, 2019 by Changcheng Li

This package cannot yet be used with Renjin it depends on other packages which are not available: knitr 1.23 An older version of this package is more compatible with Renjin.

Dependencies

knitr 1.23 Rcpp

Provides an R interface to 'Julia', which is a high-level, high-performance dynamic programming language for numerical computing, see 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'.