# -------------------------------------------- # 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.0 doi: 10.32614/CRAN.package.rbenchmark abstract: 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: - family-names: Kusnierczyk given-names: Wacek email: waku@idi.ntnu.no repository: https://cranhaven.r-universe.dev commit: 37827b39f014ec5fdabd58ab5148fcfee651fcb1 url: http://rbenchmark.googlecode.com date-released: '2012-08-30' contact: - family-names: Kusnierczyk given-names: Wacek email: waku@idi.ntnu.no