# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rbenchmark" in publications use:' type: software license: GPL-2.0-or-later title: 'rbenchmark: Benchmarking Routine for R' version: 1.0.1 doi: 10.32614/CRAN.package.rbenchmark abstract: 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: - family-names: Kusnierczyk given-names: Wacek - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X - family-names: Hasselman given-names: Berend repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/rbenchmark commit: 808caa5c8bdc359f2a0a6201ad3608d49d1771b9 url: https://github.com/eddelbuettel/rbenchmark date-released: '2026-06-14' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X