Package: quickr
Title: Compiler for R
Version: 0.1.0
Authors@R: c(
    person("Tomasz", "Kalinowski", email = "tomasz@posit.co", role = c("aut", "cre")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
    )
Description: Compiles R functions annotated with type and shape declarations to provide
    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
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: dotty, glue, S7
Suggests: pkgload (>= 1.4.0.9000), testthat (>= 3.0.0), rlang, cli,
        bench
Config/testthat/edition: 3
URL: https://github.com/t-kalinowski/quickr
BugReports: https://github.com/t-kalinowski/quickr/issues
NeedsCompilation: no
Packaged: 2025-05-30 21:53:43 UTC; tomasz
Author: Tomasz Kalinowski [aut, cre],
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Tomasz Kalinowski <tomasz@posit.co>
Repository: CRAN
Date/Publication: 2025-06-03 12:50:02 UTC
