From 0023df3c31fac29b5f9337ecd732a5dfd4d51a2d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 19 Dec 2022 06:37:32 +0100 Subject: Template and spreadsheet for hierarchical kinetics The template only shows parent data evaluation without covariate models for now. The spreadsheet will also be useful for unit testing of the read_spreadsheet function. --- inst/rmarkdown/templates/hier/template.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 inst/rmarkdown/templates/hier/template.yaml (limited to 'inst/rmarkdown/templates/hier/template.yaml') diff --git a/inst/rmarkdown/templates/hier/template.yaml b/inst/rmarkdown/templates/hier/template.yaml new file mode 100644 index 00000000..d8ab6a4d --- /dev/null +++ b/inst/rmarkdown/templates/hier/template.yaml @@ -0,0 +1,3 @@ +name: Hierarchical kinetics +description: Hierarchical kinetic modelling of degradation data +create_dir: true -- cgit v1.2.1