This directory contains code that directly generates a software package called
flowcut
, using litr. Each R Markdown document in this directory contain code
that directly builds the R package.
The resulting “knitted” documentation from in _book (download and open
index.html
), and..
The resulting R package is in the subdirectory ./flowcut, and can be installed as follows.
remotes::install_github("sangwon-hyun/flowcut", subdir = "flowcut")