Software
supported-by-posit

supported-by-posit

Add a "Supported by Posit" badge to a package website

JavaScript

The “Supported by Posit” badge is a JavaScript widget that adds a clickable badge to Quarto and pkgdown websites, indicating that Posit, PBC supports the project. The badge appears in the top navigation bar or hamburger menu and links to Posit’s website.

Installation requires adding a single JavaScript file reference to your site’s configuration file. The badge is customizable through data attributes that control colors for light and dark modes, responsive hiding behavior, margins, and height. The implementation is lightweight and works with popular documentation frameworks used by R and Python packages, including those in the tidyverse ecosystem.

Contributors