diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-19 12:31:56 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-19 12:38:07 +0100 |
commit | 886c9ef013124aa954d960c655b349b5340ff154 (patch) | |
tree | cc25364040ce87893d21581380de48c7e9bee422 /inst/rmarkdown/templates/hierarchical_kinetics/template.yaml | |
parent | 0023df3c31fac29b5f9337ecd732a5dfd4d51a2d (diff) |
Rename template folder, create format
Instead of rmarkdown::pdf_document, mkin::hierarchical_kinetics is used
as a document format in the template. In this way, the template file can
be freed from some R code and yaml options that the average user does
not have to be aware of.
Diffstat (limited to 'inst/rmarkdown/templates/hierarchical_kinetics/template.yaml')
-rw-r--r-- | inst/rmarkdown/templates/hierarchical_kinetics/template.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inst/rmarkdown/templates/hierarchical_kinetics/template.yaml b/inst/rmarkdown/templates/hierarchical_kinetics/template.yaml new file mode 100644 index 00000000..d8ab6a4d --- /dev/null +++ b/inst/rmarkdown/templates/hierarchical_kinetics/template.yaml @@ -0,0 +1,3 @@ +name: Hierarchical kinetics +description: Hierarchical kinetic modelling of degradation data +create_dir: true |