Learn R Programming

JuliaConnectoR (version 1.1.6)

A Functionally Oriented Interface for Integrating 'Julia' with R

Description

Allows to import functions and whole packages from 'Julia' in R. Imported 'Julia' functions can directly be called as R functions. Data structures can be translated between 'Julia' and R. More details can also be found in the corresponding article .

Copy Link

Version

Install

install.packages('JuliaConnectoR')

Monthly Downloads

1,845

Version

1.1.6

License

MIT + file LICENCE

Issues

Pull Requests

Stars

Forks

Maintainer

Stefan Lenz

Last Published

August 31st, 2026

Functions in JuliaConnectoR (1.1.6)

Julia-Setup

Julia setup
juliaExpr

Mark a string as Julia expression
EnvVars-JuliaConnectoR

Environment variables used by the JuliaConnectoR
juliaFun

Wrap a Julia function in an R function
as.data.frame.JuliaProxy

Coerce a Julia Table to a Data Frame
juliaGet

Translate a Julia proxy object to an R object
JuliaConnectoR-package

A Functionally Oriented Interface for Integrating Julia with R
AccessMutate.JuliaProxy

Access or mutate Julia objects via proxy objects
juliaCall

Call a Julia function by name
juliaEval

Evaluate a Julia expression
juliaSetupOk

Check Julia setup
juliaPut

Create a Julia proxy object from an R object
juliaLet

Evaluate Julia code in a let block using values of R variables
stopJulia

Stop the connection to Julia
startJuliaServer

Start a Julia server that may serve multiple clients (R processes)
juliaImport

Load and import a Julia package via import statement