Package: rbenchmark
Type: Package
Title: Benchmarking routine for R
Version: 1.0.0
Date: 2012-08-30
Authors@R: c( person("Wacek", "Kusnierczyk", role=c("aut", "cre"),
        email="waku@idi.ntnu.no"), person("Dirk", "Eddelbuettel",
        role="ctb", email="edd@debian.org"), person("Berend",
        "Hasselman", role="ctb", email="bhh@xs4all.nl"))
Author: Wacek Kusnierczyk <waku@idi.ntnu.no>
Maintainer: Wacek Kusnierczyk <waku@idi.ntnu.no>
Description: rbenchmark is inspired by the Perl module Benchmark, and
        is intended to facilitate benchmarking of arbitrary R code. The
        library consists of just one function, benchmark, which is a
        simple wrapper around system.time.  Given a specification of
        the benchmarking process (counts of replications, evaluation
        environment) and an arbitrary number of expressions, 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.
License: GPL (>= 2)
LazyLoad: yes
URL: http://rbenchmark.googlecode.com
Packaged: 2012-08-30 10:04:59 UTC; waku
Repository: CRAN
Date/Publication: 2012-08-30 12:26:04
Built: R 4.6.0; ; 2025-07-18 03:28:16 UTC; unix
