# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "JuliaCall" in publications use:' type: software license: MIT title: 'JuliaCall: Seamless Integration Between R and ''Julia''' version: 0.17.5 doi: 10.21105/joss.01284 identifiers: - type: doi value: 10.32614/CRAN.package.JuliaCall abstract: 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'. authors: - family-names: Li given-names: Changcheng email: cxl508@psu.edu preferred-citation: type: article title: 'JuliaCall: an R package for seamless integration between R and Julia' authors: - family-names: Li given-names: Changcheng email: cxl508@psu.edu journal: The Journal of Open Source Software publisher: name: The Open Journal year: '2019' volume: '4' issue: '35' doi: 10.21105/joss.01284 start: '1284' repository: https://fastverse.r-universe.dev repository-code: https://github.com/Non-Contradiction/JuliaCall commit: c05473bea78a0197c639f7e82ab1c6f2e943e1cc url: https://github.com/Non-Contradiction/JuliaCall date-released: '2022-09-08' contact: - family-names: Li given-names: Changcheng email: cxl508@psu.edu