# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "quickr" in publications use:' type: software license: MIT title: 'quickr: Compiler for R' version: 0.3.0.9000 doi: 10.32614/CRAN.package.quickr abstract: Compile R functions annotated with type and shape declarations for extremely fast performance and robust runtime type checking. Supports both just-in-time (JIT) and ahead-of-time (AOT) compilation. Compilation is performed by lowering R code to Fortran. authors: - family-names: Kalinowski given-names: Tomasz email: tomasz@posit.co repository: https://fastverse.r-universe.dev repository-code: https://github.com/t-kalinowski/quickr commit: 836b3f9fd4340548f70a0c54991e80151d85bfe1 url: https://github.com/t-kalinowski/quickr date-released: '2026-05-08' contact: - family-names: Kalinowski given-names: Tomasz email: tomasz@posit.co