Package: JuliaCall
Type: Package
Title: Seamless Integration Between R and 'Julia'
Version: 0.17.6
Date: 2024-12-05
Authors@R: c(
person("Changcheng", "Li", , "cxl508@psu.edu", c("aut", "cre")),
person(given = "Christopher", family = "Rackauckas", email = "accounts@chrisrackauckas.com", role = c("ctb")),
person("Randy", "Lai", role = "ctb"),
person("Dmitri", "Grominski", role = "ctb"),
person("Nagi", "Teramo", role = "ctb")
)
Description: 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'.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
URL: https://github.com/JuliaInterop/JuliaCall
BugReports: https://github.com/JuliaInterop/JuliaCall/issues
Encoding: UTF-8
Imports: utils, Rcpp (>= 0.12.7), knitr (>= 1.28), rjson
RoxygenNote: 7.3.3
LinkingTo: Rcpp
NeedsCompilation: yes
ByteCompile: yes
SystemRequirements: Julia >= 1.0.0, RCall.jl
Suggests: testthat, rmarkdown, rappdirs, sass, curl
VignetteBuilder: knitr
Repository: https://juliainterop.r-universe.dev
Date/Publication: 2026-05-27 07:39:13 UTC
RemoteUrl: https://github.com/juliainterop/juliacall
RemoteRef: HEAD
RemoteSha: 947d1f3aaba5fec0f5cf61394869a5a47ffa7551
Packaged: 2026-07-04 01:25:23 UTC; root
Author: Changcheng Li [aut, cre],
Christopher Rackauckas [ctb],
Randy Lai [ctb],
Dmitri Grominski [ctb],
Nagi Teramo [ctb]
Maintainer: Changcheng Li