Package: JuliaConnectoR
Type: Package
Title: A Functionally Oriented Interface for Integrating 'Julia' with R
Version: 1.1.4
Maintainer: Stefan Lenz <stefan-m-lenz@web.de>
Authors@R: c(person("Stefan", "Lenz", role = c("aut", "cre"),
                    email = "stefan-m-lenz@web.de",
                    comment = c(ORCID = "0000-0001-9135-1743")),
             person("Harald", "Binder", role = c("aut", "ths"),
                    comment = c(ORCID = "0000-0002-5666-8662")),
             person("Angelo", "D\'Ambrosio",
                    comment = c(ORCID = "0000-0002-2045-5155"), role = "ctb"),
             person("June", "Choe",
                    comment = c(ORCID = "0000-0002-0701-921X"), role = "ctb"))
Description: 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>.
License: MIT + file LICENCE
SystemRequirements: Julia >= 1.0
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 2.1.0), future, parallel
NeedsCompilation: no
Packaged: 2024-10-08 13:05:09 UTC; Stefan Lenz
Author: Stefan Lenz [aut, cre] (<https://orcid.org/0000-0001-9135-1743>),
  Harald Binder [aut, ths] (<https://orcid.org/0000-0002-5666-8662>),
  Angelo D'Ambrosio [ctb] (<https://orcid.org/0000-0002-2045-5155>),
  June Choe [ctb] (<https://orcid.org/0000-0002-0701-921X>)
Repository: CRAN
Date/Publication: 2024-10-08 18:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 02:53:46 UTC; unix
