Package: comparer
Type: Package
Title: Compare Output and Run Time
Version: 0.1.0
Authors@R: c(
  person("Collin", "Erickson", , "collinberickson@gmail.com", c("aut", "cre"))
  )
Description: Makes comparisons quickly for different functions or code
    blocks performing the same task with the function mbc(). 
    Can be used to compare model fits to the same data or
    see which function runs faster.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: R6, progress
Suggests: plyr, testthat, covr, knitr, rmarkdown, microbenchmark
RoxygenNote: 6.0.1
URL: https://github.com/CollinErickson/comparer
BugReports: https://github.com/CollinErickson/comparer/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-11-02 13:12:26 UTC; cbe117
Author: Collin Erickson [aut, cre]
Maintainer: Collin Erickson <collinberickson@gmail.com>
Repository: CRAN
Date/Publication: 2017-11-02 15:22:34 UTC
