All Projects → r-lib → Pkgdown

r-lib / Pkgdown

Licence: other
Generate static html documentation for an R package

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Pkgdown

Pkgdoc
go 标准库和部分第三方包的包文档中文翻译
Stars: ✭ 387 (-27.93%)
Mutual labels:  package
Pyshorttextcategorization
Various Algorithms for Short Text Mining
Stars: ✭ 429 (-20.11%)
Mutual labels:  package
Vanilla Framework
From community websites to web applications, this CSS framework will help you achieve a consistent look and feel.
Stars: ✭ 476 (-11.36%)
Mutual labels:  package
Nupdate
A comfortable update solution for .NET-applications.
Stars: ✭ 394 (-26.63%)
Mutual labels:  package
Prettytable
Display tabular data in a visually appealing ASCII table format
Stars: ✭ 410 (-23.65%)
Mutual labels:  package
Trex
Package Manager for deno 🦕
Stars: ✭ 433 (-19.37%)
Mutual labels:  package
Documenter.jl
A documentation generator for Julia.
Stars: ✭ 384 (-28.49%)
Mutual labels:  documentation-tool
Flutter showcaseview
Flutter plugin that allows you to showcase your features on iOS and Android. 👌🔝🎉
Stars: ✭ 502 (-6.52%)
Mutual labels:  package
Styled widget
Simplifying widget style in Flutter.
Stars: ✭ 424 (-21.04%)
Mutual labels:  package
Pouch
An Efficient Enterprise-class Container Engine
Stars: ✭ 4,483 (+734.82%)
Mutual labels:  package
Comments
Native comments for your Laravel application.
Stars: ✭ 390 (-27.37%)
Mutual labels:  package
Laravel Acl
This package helps you to associate users with permissions and permission groups with laravel framework
Stars: ✭ 404 (-24.77%)
Mutual labels:  package
Upmgitextension
This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.
Stars: ✭ 438 (-18.44%)
Mutual labels:  package
Clib
Basically the lazy-man's copy/paste promoting smaller C utilities, also serving as a nice way to discover these sort of libraries. From my experience C libraries are scattered all over the web and discovery is relatively poor. The footprint of these libraries is usually quite large and unfocused. The goal of clibs is to provide stand-alone "micro" C libraries for developers to quickly install without coupling to large frameworks.
Stars: ✭ 3,918 (+629.61%)
Mutual labels:  package
Ldoc
LDoc is a LuaDoc-compatible documentation generator which can also process C extension source. Markdown may be optionally used to render comments, as well as integrated readme documentation and pretty-printed example files.
Stars: ✭ 481 (-10.43%)
Mutual labels:  documentation-tool
Npm Consider
Check package dependencies before installing it
Stars: ✭ 386 (-28.12%)
Mutual labels:  package
The Documentation Compendium
📢 Various README templates & tips on writing high-quality documentation that people want to read.
Stars: ✭ 4,306 (+701.86%)
Mutual labels:  documentation-tool
Drone
🍰 The missing library manager for Android Developers
Stars: ✭ 512 (-4.66%)
Mutual labels:  package
Laravel Cascade Soft Deletes
Cascading deletes for Eloquent models that implement soft deletes
Stars: ✭ 498 (-7.26%)
Mutual labels:  package
Helm Dash
Browse Dash docsets inside emacs
Stars: ✭ 455 (-15.27%)
Mutual labels:  documentation-tool

pkgdown

Lifecycle: maturing CRAN Status R build status Codecov test coverage R-CMD-check

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 “gh-pages branch /(root) 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].