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.tar.gz(r-4.5-noble)rbenchmark_1.0.0.tar.gz(r-4.4-noble)
rbenchmark_1.0.0.tgz(r-4.4-emscripten)rbenchmark_1.0.0.tgz(r-4.3-emscripten)
rbenchmark.pdf |rbenchmark.html✨
rbenchmark/json (API)
# Install 'rbenchmark' in R: |
install.packages('rbenchmark', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 12 years agofrom:2f748c06b9. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
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 |