Sunday, August 9, 2015

Useful packages

[1] rbenchmark

benchmark is a simple wrapper around system.time.
benchmark evaluates each of the expressions in the specified environment, replicating the evaluation as many times as specified, and returning the results conveniently wrapped into a data frame.

It simplifies the iterations of tests.