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.37 score 6 stars 8 packages 4.2k scripts 39k downloads 1 mentions 1 exports 0 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE85
source / vignettesOK148
linux-release-x86_64NOTE96
macos-release-arm64NOTE71
macos-oldrel-arm64NOTE99
windows-develNOTE65
windows-releaseNOTE62
windows-oldrelNOTE65
wasm-releaseOK101

Exports:benchmark

Dependencies: