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="josh.m.ulrich@gmail.com")) 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 Repository: https://joshuaulrich.r-universe.dev Date/Publication: 2024-09-04 15:58:58 UTC RemoteUrl: https://github.com/joshuaulrich/microbenchmark RemoteRef: HEAD RemoteSha: 5fb8294c6fd9b99db3fc8ae02d4744b0ea4a12e4 NeedsCompilation: yes Packaged: 2026-06-01 08:16:03 UTC; root Author: Olaf Mersmann [aut], Claudia Beleites [ctb], Rainer Hurling [ctb], Ari Friedman [ctb], Joshua M. Ulrich [cre] Maintainer: Joshua M. Ulrich