Package: rbenchmark 1.0.1

rbenchmark: Benchmarking Routine for R

Benchmarking of arbitrary R code, inspired by similar functionality in a Perl module, is implemented via a simple wrapper around system.time(). Given a specification of the benchmarking process (counts of replications, evaluation environment) and an arbitrary number of expressions, the function 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 [aut], Dirk Eddelbuettel [aut, cre], Berend Hasselman [aut]

rbenchmark_1.0.1.tar.gz
rbenchmark_1.0.1.zip(r-4.7)rbenchmark_1.0.1.zip(r-4.6)rbenchmark_1.0.1.zip(r-4.5)
rbenchmark_1.0.1.tgz(r-4.6-any)rbenchmark_1.0.1.tgz(r-4.5-any)
rbenchmark_1.0.1.tar.gz(r-4.7-any)rbenchmark_1.0.1.tar.gz(r-4.6-any)
rbenchmark_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
rbenchmark/json (API)

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

Bug tracker:https://github.com/eddelbuettel/rbenchmark/issues

On CRAN:

Conda:

7.35 score 5 stars 9 packages 4.2k scripts 39k downloads 1 mentions 1 exports 0 dependencies

Last updated from:808caa5c8b. Checks:7 NOTE, 2 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE101
source / vignettesOK192
linux-release-x86_64NOTE106
macos-release-arm64NOTE115
macos-oldrel-arm64NOTE95
windows-develNOTE68
windows-releaseNOTE62
windows-oldrelNOTE65
wasm-releaseOK83

Exports:benchmark

Dependencies: