Last data update: 2014.03.03

rbenchmark

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

● 0 images, 2 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rbenchmark' ...
** package 'rbenchmark' successfully unpacked and MD5 sums checked
** R
** demo
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rbenchmark'
    finding HTML links ... done
    benchmark-package                       html  
    benchmark                               html  
** building package indices
** testing if installed package can be loaded
* DONE (rbenchmark)
Making 'packages.html' ... done