pkgdown-website

Generate and deploy pkgdown documentation websites for R packages.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/choxos/RPkgAgent --skill pkgdown-website
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pkgdown-website
Source: https://github.com/choxos/RPkgAgent/tree/main/plugins/r-package-development/skills/pkgdown-website
Command: npx skills add https://github.com/choxos/RPkgAgent --skill pkgdown-website

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and deployment of professional, user-friendly documentation websites for R packages, ensuring your project is well-presented and easily discoverable.

Core Features & Use Cases

  • Automated Website Generation: Builds static documentation sites using pkgdown.
  • Bootstrap 5 Theming: Leverages modern Bootstrap 5 for responsive and attractive designs, including dark mode.
  • GitHub Pages Deployment: Integrates with GitHub Actions for seamless, automated deployment.
  • Use Case: You've just finished developing an R package and need to create a polished website for it that includes function references, articles, and a clear landing page, all deployable to GitHub Pages.

Quick Start

Use the pkgdown-website skill to set up a new pkgdown website for your R package.

Frequently Asked Questions about pkgdown-website

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a documentation website for an R package?

You can generate an R package documentation website by using pkgdown to build a static site with Bootstrap 5 theming, organizing function references and articles into a polished landing page.

How do I deploy an R package website to GitHub Pages?

Deploy an R package website to GitHub Pages by setting up automated GitHub Actions workflows that build the pkgdown site and publish the static files directly to your repository.

Does pkgdown support Bootstrap 5 and dark mode for R documentation sites?

Yes, pkgdown supports Bootstrap 5 theming for R documentation sites, providing responsive layouts and dark mode capabilities to create modern and attractive package references.

Can I customize the theme and add math rendering to a pkgdown website?

Yes, you can customize the theme and enable math rendering on a pkgdown website, alongside configuring social links and organizing reference and article sections for your R package.

What is the best way to automate R package documentation deployment?

The best way to automate R package documentation deployment is integrating GitHub Actions workflows with pkgdown to continuously build and publish your Bootstrap 5 themed site to GitHub Pages.

Do I need GitHub Actions to publish a pkgdown website?

You need GitHub Actions to automate the publishing of a pkgdown website, allowing continuous deployment of your R package documentation to GitHub Pages whenever your repository updates.