forked from t-kalinowski/quickr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1011 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
35 lines (35 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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