Package: JuliaCall
Type: Package
Title: Seamless Integration Between R and 'Julia'
Version: 0.17.4
Date: 2021-05-14
Authors@R: c(
    person("Changcheng", "Li", , "cxl508@psu.edu", c("aut", "cre")),
    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/Non-Contradiction/JuliaCall
BugReports: https://github.com/Non-Contradiction/JuliaCall/issues
Encoding: UTF-8
Imports: utils, Rcpp (>= 0.12.7), knitr (>= 1.28)
RoxygenNote: 7.1.1
LinkingTo: Rcpp
NeedsCompilation: yes
ByteCompile: yes
SystemRequirements: Julia >= 0.6.0, RCall.jl
Suggests: testthat, rmarkdown, rappdirs
VignetteBuilder: knitr
Packaged: 2021-05-15 04:45:07 UTC; lch34
Author: Changcheng Li [aut, cre],
  Randy Lai [ctb],
  Dmitri Grominski [ctb],
  Nagi Teramo [ctb]
Maintainer: Changcheng Li <cxl508@psu.edu>
Repository: CRAN
Date/Publication: 2021-05-16 14:10:16 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-05-17 10:33:21 UTC; unix
Archs: JuliaCall.so.dSYM
