Learn R Programming

badgecreatr (version 0.2.0)

badge_projectstatus: Add project status badge

Description

Project-status is based on the repo-status project on https://www.repostatus.org/. A project-status badge gives a clear indication of the current state of a project. This helps answer questions about development (whether or not further development is planned) and support (whether bugfixes and user assistance will be given).

Usage

badge_projectstatus(status = "concept")

Arguments

status

one of concept, wip, suspended, abandoned, active, inactive, unsupported, or moved

Value

markdown

Project Statuses

The following list is a literal copy of repostatus.org

  • Concept <U+2013> Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

  • WIP <U+2013> Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

  • Suspended <U+2013> Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work.

  • Abandoned <U+2013> Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

  • Active <U+2013> The project has reached a stable, usable state and is being actively developed.

  • Inactive <U+2013> The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

  • Unsupported <U+2013> The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

  • Moved - The project has been moved to a new location, and the version at that location should be considered authoritative. This status should be accompanied by a new URL.

See Also

Other badges: badge_codecov, badge_cran_ago, badge_cran_date, badge_cran_version_ago, badge_cran_version_release, badge_cran, badge_github_fork, badge_github_star, badge_last_change_static, badge_last_change, badge_license, badge_minimal_r_version, badge_packageversion, badge_rank, badge_rdocumentation, badge_thanks_md, badge_travis

Examples

Run this code
# NOT RUN {
badge_projectstatus("unsupported")
# }

Run the code above in your browser using DataLab