knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
pkgload::load_all()

wrswoR.benchmark

Lifecycle: stable R build status CRAN status

The goal of wrswoR.benchmark is to provide benchmark data for {wrswoR}, a package with different implementations of weighted random sampling without replacement.

Installation

You can install the released version of wrswoR.benchmark from CRAN with:

install.packages("wrswoR.benchmark")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("krlmlr/wrswoR.benchmark")

Example

The package contains several datasets, this is one of them:

library(wrswoR.benchmark)
timings


krlmlr/wrswoR.benchmark documentation built on Feb. 19, 2022, 10:31 p.m.