Skip to content

Commit f23b194

Browse files
committed
usethis::use_tidy_description()
1 parent 3008474 commit f23b194

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

DESCRIPTION

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,31 @@ Package: quickr
22
Title: Compiler for R
33
Version: 0.1.0.9000
44
Authors@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.
1314
License: 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
1717
Depends:
1818
R (>= 4.4.0)
1919
Imports:
2020
dotty,
2121
glue,
2222
S7
2323
Suggests:
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)
2929
Config/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

Comments
 (0)