@@ -2,30 +2,31 @@ Package: quickr
22Title: Compiler for R
33Version: 0.1.0.9000
44Authors@R: c(
5- person("Tomasz", "Kalinowski", email = "tomasz@posit.co", role = c("aut", "cre")),
5+ person("Tomasz", "Kalinowski", , "tomasz@posit.co", role = c("aut", "cre")),
66 person("Posit Software, PBC", role = c("cph", "fnd"),
77 comment = c(ROR = "03wc8by49"))
8- )
9- Description: Compiles R functions annotated with type and shape declarations to provide
10- extremely fast performance and robust runtime type checking. Supports
11- both just-in-time (JIT) and ahead-of-time (AOT) compilation.
12- Compilation is performed by lowering R code to Fortran.
8+ )
9+ Description: Compile R functions annotated with type and shape
10+ declarations for extremely fast performance and robust runtime
11+ type checking. Supports both just-in-time (JIT) and ahead-of-time
12+ (AOT) compilation. Compilation is performed by lowering R code to
13+ Fortran.
1314License: MIT + file LICENSE
14- Encoding: UTF-8
15- Roxygen: list(markdown = TRUE)
16- RoxygenNote: 7.3.2
15+ URL: https://github.com/t-kalinowski/quickr
16+ BugReports: https://github.com/t-kalinowski/quickr/issues
1717Depends:
1818 R (>= 4.4.0)
1919Imports:
2020 dotty,
2121 glue,
2222 S7
2323Suggests:
24+ bench,
25+ cli,
2426 pkgload (>= 1.4.0),
25- testthat (>= 3.0.0),
2627 rlang,
27- cli,
28- bench
28+ testthat (>= 3.0.0)
2929Config/testthat/edition: 3
30- URL: https://github.com/t-kalinowski/quickr
31- BugReports: https://github.com/t-kalinowski/quickr/issues
30+ Encoding: UTF-8
31+ Roxygen: list(markdown = TRUE)
32+ RoxygenNote: 7.3.2
0 commit comments