Package: JuliaConnectoR 1.1.3

Stefan Lenz

JuliaConnectoR: A Functionally Oriented Interface for Integrating 'Julia' with R

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 <doi:10.18637/jss.v101.i06>.

Authors:Stefan Lenz [aut, cre], Harald Binder [aut, ths], Angelo D'Ambrosio [ctb]

JuliaConnectoR_1.1.3.tar.gz
JuliaConnectoR_1.1.3.zip(r-4.5)JuliaConnectoR_1.1.3.zip(r-4.4)JuliaConnectoR_1.1.3.zip(r-4.3)
JuliaConnectoR_1.1.3.tgz(r-4.4-any)JuliaConnectoR_1.1.3.tgz(r-4.3-any)
JuliaConnectoR_1.1.3.tar.gz(r-4.5-noble)JuliaConnectoR_1.1.3.tar.gz(r-4.4-noble)
JuliaConnectoR_1.1.3.tgz(r-4.4-emscripten)JuliaConnectoR_1.1.3.tgz(r-4.3-emscripten)
JuliaConnectoR.pdf |JuliaConnectoR.html
JuliaConnectoR/json (API)

# Install 'JuliaConnectoR' in R:
install.packages('JuliaConnectoR', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/stefan-m-lenz/juliaconnector/issues

On CRAN:

interoperabilityjulia

11 exports 98 stars 4.55 score 0 dependencies 8 dependents 1 mentions 608 downloads

Last updated 8 months agofrom:d1bbefc4ff

Exports:juliaCalljuliaEvaljuliaExprjuliaFunjuliaGetjuliaImportjuliaLetjuliaPutjuliaSetupOkstartJuliaServerstopJulia

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
A Functionally Oriented Interface for Integrating Julia with RJuliaConnectoR-package
Access or mutate Julia objects via proxy objects$.JuliaStructProxy $<-.JuliaStructProxy AccessMutate.JuliaProxy dim.JuliaArrayProxy length.JuliaArrayProxy [.JuliaProxy [.JuliaSimpleArrayProxy [<-.JuliaProxy [[.JuliaArrayProxy [[.JuliaStructProxy [[<-.JuliaArrayProxy [[<-.JuliaStructProxy
Coerce a Julia Table to a Data Frameas.data.frame.JuliaProxy
Environment variables used by the 'JuliaConnectoR'EnvVars-JuliaConnectoR JULIACONNECTOR_JULIAENV JULIACONNECTOR_SERVER JULIA_BINDIR
Call a Julia function by namejuliaCall
Evaluate a Julia expressionjuliaEval
Mark a string as Julia expressionjuliaExpr
Wrap a Julia function in an R functionjuliaFun
Translate a Julia proxy object to an R objectjuliaGet
Load and import a Julia package via 'import' statementjuliaImport
Evaluate Julia code in a 'let' block using values of R variablesjuliaLet
Create a Julia proxy object from an R objectjuliaPut
Check Julia setupjuliaSetupOk
Start a Julia server that may serve multiple clients (R processes)startJuliaServer
Stop the connection to JuliastopJulia