-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
29 lines (24 loc) · 1.22 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
fig.width = 5,
fig.height = 3,
fig.align = "center"
)
```
# distplyr: LEGACY VERSION <img src="man/figures/distplyr-240x278.png" align="right" height="150"/>
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R-CMD-check](https://github.com/vincenzocoia/distplyr/workflows/R-CMD-check/badge.svg)](https://github.com/vincenzocoia/distplyr/actions)
[![Codecov test coverage](https://codecov.io/gh/vincenzocoia/distplyr/branch/master/graph/badge.svg)](https://codecov.io/gh/vincenzocoia/distplyr?branch=master)
[![CRAN status](https://www.r-pkg.org/badges/version/distplyr)](https://CRAN.R-project.org/package=distplyr)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://cran.r-project.org/web/licenses/MIT)
<!-- badges: end -->
The distplyr package has moved to a better home at https://github.com/probaverse/distplyr. Please use that version.