r-pkgdown
Make static HTML documentation for an R package
The goal of this package is to generate an attractive and useful website from a source package. pkgdown
converts your documentation, vignettes, README file, and more to HTML making it easy to share information about your package online.
- Versions: 2.1.1
- Website: https://pkgdown.r-lib.org
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-pkgdown
as follows:
guix install r-pkgdown
Or install a particular version:
guix install r-pkgdown@2.1.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-pkgdown about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-pkgdown'><img src='https://packages.guix.gnu.org/packages/r-pkgdown/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-pkgdown)
Example Org:
[[https://packages.guix.gnu.org/packages/r-pkgdown][https://packages.guix.gnu.org/packages/r-pkgdown/badges/latest-version.svg]]