aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-12-19 12:31:56 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-12-19 12:38:07 +0100
commit886c9ef013124aa954d960c655b349b5340ff154 (patch)
treecc25364040ce87893d21581380de48c7e9bee422 /.gitignore
parent0023df3c31fac29b5f9337ecd732a5dfd4d51a2d (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 '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 4f479259..9808896d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
docs/articles/*_cache/
install.log
-inst/rmarkdown/templates/hier/skeleton/skeleton_cache
-inst/rmarkdown/templates/hier/skeleton/skeleton_files
-inst/rmarkdown/templates/hier/skeleton/skeleton.pdf
+inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_cache
+inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_files
+inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.pdf
mkin*.tar.gz
mkin.tar
mkin.Rcheck

Contact - Imprint