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:
rbenchmark_1.0.0.tar.gz
rbenchmark_1.0.0.zip(r-4.7)rbenchmark_1.0.0.zip(r-4.6)rbenchmark_1.0.0.zip(r-4.5)
rbenchmark_1.0.0.tgz(r-4.6-any)rbenchmark_1.0.0.tgz(r-4.5-any)
rbenchmark_1.0.0.tar.gz(r-4.7-any)rbenchmark_1.0.0.tar.gz(r-4.6-any)
rbenchmark_1.0.0.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://cranhaven.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cranhaven/cranhaven.r-universe.dev/issues
Last updated from:37827b39f0 (on package/rbenchmark). Checks:9 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 95 | ||
| source / vignettes | OK | 154 | ||
| linux-release-x86_64 | OK | 92 | ||
| macos-release-arm64 | OK | 116 | ||
| macos-oldrel-arm64 | OK | 101 | ||
| windows-devel | OK | 70 | ||
| windows-release | OK | 79 | ||
| windows-oldrel | OK | 59 | ||
| wasm-release | OK | 86 |
Exports:benchmark
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| a simple routine for benchmarking R code | benchmark |
| rbenchmark provides a simple routine for benchmarking R code. | rbenchmark |