Package: rbenchmark Type: Package Title: Benchmarking Routine for R Version: 1.0.1 Date: 2026-06-14 Authors@R: c( person("Wacek", "Kusnierczyk", role="aut"), person("Dirk", "Eddelbuettel", role=c("aut","cre"), email="edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Berend", "Hasselman", role="aut")) Description: 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. License: GPL (>= 2) URL: https://github.com/eddelbuettel/rbenchmark BugReports: https://github.com/eddelbuettel/rbenchmark/issues Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-06-15 11:34:34 UTC RemoteUrl: https://github.com/eddelbuettel/rbenchmark RemoteRef: HEAD RemoteSha: cd37c35b39fd51e3efd8721ac641bfaefb10580d NeedsCompilation: no Packaged: 2026-06-15 15:48:02 UTC; root Author: Wacek Kusnierczyk [aut], Dirk Eddelbuettel [aut, cre] (ORCID: ), Berend Hasselman [aut] Maintainer: Dirk Eddelbuettel