kwats/capstone: An Example of Using Literate Programming for R Package Development

Instead of the traditional way of writing R code with comments under the R/ directory of a package, you may write R code in R Markdown documents or other types of source documents that knitr supports (such as .Rnw), and use Literate Programming techniques to extract the R code to the R/ directory.

Getting started

Package details

MaintainerYihui Xie <xie@yihui.name>
LicenseMIT + file LICENSE
Version0.0.3
URL https://github.com/yihui/rlp
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("kwats/capstone")
kwats/capstone documentation built on May 29, 2019, 3:40 a.m.