Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 940 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 940 Bytes

Creating conformr and xmap using Literate Programming via litr

This repository contains the litr Rmd files used to write the conformr and xmap packages.

The create-xmap.Rmd and xmap-source-files/ folder contain all the source files for the xmap package. The latest pkgdown site for xmap is here. You can install the latest release from cynthiahqy/xmap

Rendering the .Rmd files inside create-conformr/ generates all the R package files in conformr/. You can browse a mostly up-to-date rendered version of the bookdown.

For more information about literate programming and using litr to write packages see the litr project repo on GitHub, and the pkgdown site for litr