Package: quickr Title: Compiler for R Version: 0.3.0.9000 Authors@R: c( person("Tomasz", "Kalinowski", , "tomasz@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: 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. License: MIT + file LICENSE URL: https://github.com/t-kalinowski/quickr BugReports: https://github.com/t-kalinowski/quickr/issues Depends: R (>= 4.3.0) Imports: dotty, glue, S7 Suggests: bench, cli, pkgload (>= 1.4.0), rlang, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: unary-intrinsics, loops Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://t-kalinowski.r-universe.dev Date/Publication: 2026-05-08 17:16:51 UTC RemoteUrl: https://github.com/t-kalinowski/quickr RemoteRef: HEAD RemoteSha: 836b3f9fd4340548f70a0c54991e80151d85bfe1 NeedsCompilation: no Packaged: 2026-06-07 06:14:11 UTC; root Author: Tomasz Kalinowski [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Tomasz Kalinowski