forked from r-lib/bench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 929 Bytes
/
DESCRIPTION
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
36
37
38
39
40
41
Package: bench
Title: High Precision Timing of R Expressions
Version: 1.1.1.9000
Authors@R: c(
person("Jim", "Hester", email = "[email protected]", role = c("aut", "cre")),
person("Drew", "Schmidt", role = "ctb", comment = "read_proc_file implementation")
)
Description: Tools to accurately benchmark and analyze execution times for R expressions.
License: MIT + file LICENSE
URL: http://bench.r-lib.org/, https://github.com/r-lib/bench
BugReports: https://github.com/r-lib/bench/issues
Depends:
R (>= 3.1)
Imports:
glue,
methods,
pillar,
profmem,
rlang (>= 0.2.0),
stats,
tibble (>= 3.0.1),
utils
Suggests:
covr,
dplyr,
forcats,
ggbeeswarm,
ggplot2,
ggridges,
jsonlite,
mockery,
parallel,
scales,
testthat,
tidyr (>= 0.8.1),
vctrs,
withr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0