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
Imports: graphics, stats
Suggests: ggplot2, multcomp
ByteCompile: yes
LazyData: yes
Version: 1.4-4
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-01-24 11:34:21 UTC; josh
Author: Olaf Mersmann [aut],
  Claudia Beleites [ctb],
  Rainer Hurling [ctb],
  Ari Friedman [ctb],
  Joshua M. Ulrich [cre]
Maintainer: Joshua M. Ulrich <josh.m.ulrich@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-24 12:17:05 UTC
