Package: comparer
Type: Package
Title: Compare Output and Run Time
Version: 0.2.3
Authors@R: c(
  person("Collin", "Erickson", , "collinberickson@gmail.com", c("aut", "cre"))
  )
Description: Quickly run experiments to compare the run time and output of
    code blocks. The function mbc() can make fast comparisons of code,
    and will calculate statistics comparing the resulting outputs.
    It can be used to compare model fits to the same data or
    see which function runs faster.
    The R6 class ffexp$new() runs a function using all possible combinations
    of selected inputs. This is useful for comparing the effect of
    different parameter values. It can also run in parallel and
    automatically save intermediate results, which is very useful
    for long computations.
License: GPL-3
Encoding: UTF-8
Imports: R6
Suggests: plyr, progress, testthat (>= 2.1.0), covr, knitr, GauPro (>=
        0.2.7), ggplot2, GGally, ggpubr, ContourFunctions, parallel,
        snow, rmarkdown, reshape, tibble, lhs, DiceKriging, DiceOptim,
        mixopt, reshape2, microbenchmark
RoxygenNote: 7.2.3
URL: https://github.com/CollinErickson/comparer
BugReports: https://github.com/CollinErickson/comparer/issues
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2023-02-18 18:22:10 UTC; colli
Author: Collin Erickson [aut, cre]
Maintainer: Collin Erickson <collinberickson@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-19 23:00:07 UTC
Built: R 4.1.3; ; 2023-04-17 13:34:44 UTC; windows
