pkgdown: an easy way to build website for your R package

By Chao Cheng in R pkgdown devtools

May 16, 2021

Abstract

In this small talk, I want to introduce `pkgdown`, an R package that makes building website for your R packages simple and elegant.

Date

May 17, 2021

Time

8:00 PM – 8:15 PM

Location

Room 1114, Scientific Research Laboratory Building

Event

Group seminar, small talk

The R package pkgdown offers an easy way to build website for your R packages. The content of the website comes fully from existing files in your R packages, such as function scripts, documentation, vignettes and so on. It requires no knowledge about building a website for the end user and can be easily integrated with GitHub action to achieve fully automatically build and publish.

img

Posted on:
May 16, 2021
Length:
1 minute read, 65 words
Categories:
R pkgdown devtools
Tags:
R pkgdown devtools
See Also:
Evaluate BLRM using `BLRMeval`
Making Go/No-go decision in proof-of-concept trials
Parallel Computing in R, from parallel to foreach and future