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-07-25 00:27:08 UTC RemoteUrl: https://github.com/t-kalinowski/quickr RemoteRef: HEAD RemoteSha: 16aa2c5a9dd5c702612144684dbab5fbb857c704 NeedsCompilation: no Packaged: 2026-07-25 01:14:26 UTC; root Author: Tomasz Kalinowski [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Tomasz Kalinowski