# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "jlview" in publications use:' type: software license: MIT title: 'jlview: Zero-Copy Julia to R Array Bridge via ALTREP' version: 0.1.0 doi: 10.32614/CRAN.package.jlview abstract: 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. authors: - family-names: Lifshitz given-names: Aviezer email: aviezer.lifshitz@weizmann.ac.il orcid: https://orcid.org/0000-0002-8458-9507 repository: https://tanaylab.r-universe.dev repository-code: https://github.com/tanaylab/jlview commit: e4360fb75577bf452846c7bc9020be35f85afdd7 url: https://github.com/tanaylab/jlview date-released: '2026-03-24' contact: - family-names: Lifshitz given-names: Aviezer email: aviezer.lifshitz@weizmann.ac.il orcid: https://orcid.org/0000-0002-8458-9507