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:
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
Last updated from:808caa5c8b. Checks:7 NOTE, 2 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 101 | ||
| source / vignettes | OK | 192 | ||
| linux-release-x86_64 | NOTE | 106 | ||
| macos-release-arm64 | NOTE | 115 | ||
| macos-oldrel-arm64 | NOTE | 95 | ||
| windows-devel | NOTE | 68 | ||
| windows-release | NOTE | 62 | ||
| windows-oldrel | NOTE | 65 | ||
| wasm-release | OK | 83 |
Exports:benchmark
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Benchmarking Routine for R | rbenchmark-package |
| A simple routine for benchmarking R code | benchmark |
