Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krlmlr/wrswor.benchmark
Benchmark data for the wrswoR package
https://github.com/krlmlr/wrswor.benchmark
Last synced: 21 days ago
JSON representation
Benchmark data for the wrswoR package
- Host: GitHub
- URL: https://github.com/krlmlr/wrswor.benchmark
- Owner: krlmlr
- Created: 2015-06-21T13:05:16.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T08:54:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-17T15:52:43.734Z (about 1 month ago)
- Language: R
- Homepage: http://krlmlr.github.io/wrswoR.benchmark
- Size: 42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
pkgload::load_all()
```# wrswoR.benchmark
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![R build status](https://github.com/krlmlr/wrswoR.benchmark/workflows/rcc/badge.svg)](https://github.com/krlmlr/wrswoR.benchmark/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/wrswoR.benchmark)](https://CRAN.R-project.org/package=wrswoR.benchmark)The goal of wrswoR.benchmark is to provide benchmark data for [{wrswoR}](https://github.com/krlmlr/wrswoR), a package with different implementations of weighted random sampling without replacement.
## Installation
You can install the released version of wrswoR.benchmark from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("wrswoR.benchmark")
```And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("krlmlr/wrswoR.benchmark")
```
## ExampleThe package contains several datasets, this is one of them:
```{r example}
library(wrswoR.benchmark)
timings
```