/frombookdown-project

A package defined from a bookdown using litr

Primary LanguageHTML

Creating frombookdown

The .Rmd files in this repository contains everything needed to create this bookdown site and this R package.

To generate these from the .Rmd files, we used litr::render() from the litr R package, which invokes the litr::litr_gitbook() output format, which extends a bookdown output format to have litr behavior:

litr::render("index.Rmd")