stability-badges

SVG stability badges for R packages.

Badges

Experimental

stability-experimental

Any changes may be backward incompatible.

[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/joethorley/stability-badges#experimental)

Unstable

stability-unstable

Backward compatibility will be maintained if possible.

[![stability-unstable](https://img.shields.io/badge/stability-unstable-yellow.svg)](https://github.com/joethorley/stability-badges#unstable)

Stable

stability-stable

Backward incompatible changes will be restricted to major releases (if possible!) and functions and arguments will be gradually deprecated with informative warning messages.

[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)](https://github.com/joethorley/stability-badges#stable)

Locked

stability-locked

Changes will be restricted to patches.

[![stability-locked](https://img.shields.io/badge/stability-locked-blue.svg)](https://github.com/joethorley/stability-badges#locked)

Deprecated

stability-deprecated

This package is not maintained and should not be used anymore.

[![stability-deprecated](https://img.shields.io/badge/stability-deprecated-red.svg)](https://github.com/joethorley/stability-badges#deprecated)

Credits

Basically from https://github.com/orangemug/stability-badges and then forked from https://github.com/emersion/stability-badges.

Information

For more information see Releasing a package in R Packages by Hadley Wickham.