Skip to content

Commit

Permalink
Package lifecycle is now stable 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Apr 4, 2024
1 parent f09caec commit 96b8f40
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set.seed(0)
# distributional

<!-- badges: start -->
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/mitchelloharawild/distributional/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mitchelloharawild/distributional/actions/workflows/R-CMD-check.yaml)
<!-- [![Coverage Status](https://codecov.io/gh/mitchelloharawild/distributional/branch/master/graph/badge.svg)](https://codecov.io/github/mitchelloharawild/distributional?branch=master) -->
[![CRAN status](https://www.r-pkg.org/badges/version/distributional)](https://CRAN.R-project.org/package=distributional)
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![Lifecycle:
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/mitchelloharawild/distributional/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mitchelloharawild/distributional/actions/workflows/R-CMD-check.yaml)
<!-- [![Coverage Status](https://codecov.io/gh/mitchelloharawild/distributional/branch/master/graph/badge.svg)](https://codecov.io/github/mitchelloharawild/distributional?branch=master) -->
[![CRAN
Expand Down Expand Up @@ -137,20 +137,20 @@ ggplot(df, aes(y = factor(name, levels = rev(name)))) +
There are several packages which unify interfaces for distributions in
R:

- stats provides functions to work with possibly multiple
distributions (comparisons made below).
- [distributions3](https://cran.r-project.org/package=distributions3)
represents singular distributions using S3, with particularly nice
documentation. This package makes use of some code and documentation
from this package.
- [distr](https://cran.r-project.org/package=distr) represents
singular distributions using S4.
- [distr6](https://cran.r-project.org/package=distr6) represents
singular distributions using R6.
- Many more in the [CRAN task
view](https://cran.r-project.org/view=Distributions)
- stats provides functions to work with possibly multiple distributions
(comparisons made below).
- [distributions3](https://cran.r-project.org/package=distributions3)
represents singular distributions using S3, with particularly nice
documentation. This package makes use of some code and documentation
from this package.
- [distr](https://cran.r-project.org/package=distr) represents singular
distributions using S4.
- [distr6](https://cran.r-project.org/package=distr6) represents
singular distributions using R6.
- Many more in the [CRAN task
view](https://cran.r-project.org/view=Distributions)

This package differs from the above libraries by storing the
distributions in a vectorised format. It does this using
[vctrs](https://vctrs.r-lib.org/), so it should play nicely with the
tidyverse (try putting distributions into a tibble\!).
tidyverse (try putting distributions into a tibble!).
Binary file modified man/figures/README-plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96b8f40

Please sign in to comment.