-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
19 lines (19 loc) · 975 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: microbenchmark
Title: Accurate Timing Functions
Description: Provides infrastructure to accurately measure and compare
the execution time of R expressions.
Authors@R: c(person("Olaf", "Mersmann", role=c("aut")),
person("Claudia", "Beleites", role=c("ctb")),
person("Rainer", "Hurling", role=c("ctb")),
person("Ari", "Friedman", role=c("ctb")),
person(given=c("Joshua","M."), family="Ulrich", role="cre",
email="[email protected]"))
URL: https://github.com/joshuaulrich/microbenchmark/
BugReports: https://github.com/joshuaulrich/microbenchmark/issues/
License: BSD_2_clause + file LICENSE
Depends: R (>= 3.2.0)
Imports: graphics, stats
Suggests: ggplot2, multcomp, RUnit
SystemRequirements: On a Unix-alike, one of the C functions mach_absolute_time (macOS), clock_gettime or gethrtime. If none of these is found, the obsolescent POSIX function gettimeofday will be tried.
ByteCompile: yes
Version: 1.5.0