# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "vecrep" in publications use:' type: software license: MIT title: 'vecrep: Compact Vector Replication' version: 0.1.0.9000 doi: 10.32614/CRAN.package.vecrep abstract: Replicates vectors using ALTREP (Alternative Representations for R Objects), avoiding unnecessary memory allocation. When a vector is repeated many times, only a reference to the original data is stored rather than copying the full expanded replicates into memory. The expanded data is only materialised if it is modified, making repeated vectors cheap to create and pass around. This is particularly useful when working with large repeated sequences, such as replicated index vectors, simulation inputs, or repeated reference values in data pipelines. authors: - family-names: O'Hara-Wild given-names: Mitchell email: mail@mitchelloharawild.com orcid: https://orcid.org/0000-0001-6729-7695 repository: https://mitchelloharawild.r-universe.dev repository-code: https://github.com/mitchelloharawild/vecrep commit: 7d026cbc65a9ade0955a42f10e9714d0035a54df url: https://pkg.mitchelloharawild.com/vecrep/ date-released: '2026-06-18' contact: - family-names: O'Hara-Wild given-names: Mitchell email: mail@mitchelloharawild.com orcid: https://orcid.org/0000-0001-6729-7695