This directory contains code that directly generates a software package called
flowtrend
, using litr. Each R Markdown document in this directory – called
1description.Rmd
, 2generate-data.Rmd
, and so forth – contain code that
directly builds the R package.
The resulting “knitted” documentation from these files is here, and..
The resulting R package is in the subdirectory ./flowtrend, and can be installed as follows.
remotes::install_github("sangwon-hyun/flowtrend", subdir = "flowtrend")
The repository is currently private.