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
NeedsCompilation: no
Packaged: 2026-06-14 14:02:30 UTC; edd
Author: Wacek Kusnierczyk [aut],
  Dirk Eddelbuettel [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6419-907X>),
  Berend Hasselman [aut]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2026-06-14 17:30:02 UTC
Built: R 4.5.2; ; 2026-06-14 18:46:13 UTC; unix
