Package: rbenchmark 1.0.0

Wacek Kusnierczyk

rbenchmark: Benchmarking routine for R

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.

Authors:Wacek Kusnierczyk <[email protected]>

rbenchmark_1.0.0.tar.gz
rbenchmark_1.0.0.tar.gz(r-4.5-noble)rbenchmark_1.0.0.tar.gz(r-4.4-noble)
rbenchmark_1.0.0.tgz(r-4.4-emscripten)rbenchmark_1.0.0.tgz(r-4.3-emscripten)
rbenchmark.pdf |rbenchmark.html
rbenchmark/json (API)

# Install 'rbenchmark' in R:
install.packages('rbenchmark', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

5.41 score 17 packages 1.1k scripts 4.4k downloads 1 mentions 1 exports 0 dependencies

Last updated 12 years agofrom:2f748c06b9. Checks:2 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 14 2025
R-4.5-linuxOKFeb 14 2025

Exports:benchmark

Dependencies: