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
DESCRIPTION
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:

9.59 score 7 stars 8 packages 4.3k scripts 53k downloads 1 mentions 1 exports 0 dependencies

Last updated from:cd37c35b39. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE103
source / vignettesOK200
linux-release-x86_64NOTE101
macos-release-arm64NOTE76
macos-oldrel-arm64NOTE71
windows-develNOTE69
windows-releaseNOTE57
windows-oldrelNOTE58
wasm-releaseOK75

Exports:benchmark

Dependencies: