Learn R Programming

⚠️There's a newer version (2.1.2) of this package.Take me there.

pkgdown

pkgdown is designed to make it quick and easy to build a website for your package. You can see pkgdown in action at https://pkgdown.r-lib.org: this is the output of pkgdown applied to the latest version of pkgdown. Learn more in vignette("pkgdown") or ?build_site.

Installation

# Install release version from CRAN
install.packages("pkgdown")

# Install development version from GitHub
devtools::install_github("r-lib/pkgdown")

Usage

Get started with usethis:

# Run once to configure your package to use pkgdown
usethis::use_pkgdown()

Use pkgdown to update your website:

# Run to build the website
pkgdown::build_site()

This generates a docs/ directory containing a website. Your README.md becomes the homepage, documentation in man/ generates a function reference, and vignettes will be rendered into articles/. Read vignette("pkgdown") for more details and to learn how to customise your site.

If you are using GitHub, the easiest way to make this your package website is to check into git, then go to settings for your repo and make sure that the GitHub pages source is set to “master branch /docs folder”. Be sure to update the URL on your github repository homepage so others can easily navigate to your new site.

In the wild

At last count, pkgdown is used by over 5,000 packages.

Here are a few examples created by contributors to pkgdown:

  • bayesplot (source): plotting functions for posterior analysis, model checking, and MCMC diagnostics.

  • valr (source): read and manipulate genome intervals and signals.

  • mkin (source): calculation routines based on the FOCUS Kinetics Report

  • NMF (source): a framework to perform non-negative matrix factorization (NMF).

Comparing the source and output of these sites is a great way to learn new pkgdown techniques.

Code of conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Copy Link

Version

Install

install.packages('pkgdown')

Monthly Downloads

211,125

Version

1.5.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Hadley Wickham

Last Published

April 9th, 2020

Functions in pkgdown (1.5.1)

build_home

Build home section
build_articles

Build articles section
build_favicons

Create favicons from package logo
clean_site

Clean site
build_news

Build news section
render_page

Render page with template
preview_site

Open site in browser
as_pkgdown

Generate pkgdown data structure
rd2html

Translate an Rd string to its HTML output
build_reference

Build reference section
build_tutorials

Build tutorials section
in_pkgdown

Determine if code is executed by pkgdown
autolink_html

Automatically link references and articles in an HTML page
test-lists

Test case: lists
reexports

Objects exported from other packages
init_site

Initialise site infrastructure
test-links

Test case: links
build_site

Build a complete pkgdown website
index

Index
test-figures

Test case: figures
deploy_site_github

Deploy a pkgdown site on Travis-CI to Github Pages
template_navbar

Generate YAML templates
deploy_to_branch

Build and deploy a site locally
test-output-styles

Test case: output styles
test-verbatim

Test case: verbatim blocks
test-crayon

Test case: crayon
pkgdown-package

pkgdown: Make Static HTML Documentation for a Package
test-params

Test case: params
test-dont

Test case: don't