Package: jlview Title: Zero-Copy Julia to R Array Bridge via ALTREP Version: 0.1.0 Authors@R: c( person("Aviezer", "Lifshitz", , "aviezer.lifshitz@weizmann.ac.il", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8458-9507")), person("Weizmann Institute of Science", role = "cph") ) Description: Provides zero-copy R views of Julia-owned arrays by implementing ALTREP (Alternative Representations) classes that return pointers directly into Julia's memory. The package integrates with 'JuliaCall' and uses C-level finalizers for safe cross-runtime garbage collection. License: MIT + file LICENSE URL: https://github.com/tanaylab/jlview BugReports: https://github.com/tanaylab/jlview/issues Depends: R (>= 4.0.0) SystemRequirements: Julia (>= 1.6, https://julialang.org/downloads/) Imports: JuliaCall, Matrix, methods Suggests: knitr, matrixStats, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://tanaylab.r-universe.dev Date/Publication: 2026-03-24 08:38:22 UTC RemoteUrl: https://github.com/tanaylab/jlview RemoteRef: HEAD RemoteSha: e4360fb75577bf452846c7bc9020be35f85afdd7 NeedsCompilation: yes Packaged: 2026-06-22 10:25:47 UTC; root Author: Aviezer Lifshitz [aut, cre] (ORCID: ), Weizmann Institute of Science [cph] Maintainer: Aviezer Lifshitz