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 <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'.
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.1.2
LinkingTo: Rcpp
NeedsCompilation: yes
ByteCompile: yes
SystemRequirements: Julia >= 1.0.0, RCall.jl
Suggests: testthat, rmarkdown, rappdirs, sass
VignetteBuilder: knitr
Packaged: 2024-12-07 14:00:14 UTC; lch34677
Author: Changcheng Li [aut, cre],
  Christopher Rackauckas [ctb],
  Randy Lai [ctb],
  Dmitri Grominski [ctb],
  Nagi Teramo [ctb]
Maintainer: Changcheng Li <cxl508@psu.edu>
Repository: CRAN
Date/Publication: 2024-12-07 14:20:02 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-06 01:58:41 UTC; windows
Archs: x64
