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. --- GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index e5f83c1f..4680514c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -24,7 +24,9 @@ pkgfiles = \ DESCRIPTION \ inst/WORDLIST \ inst/dataset_generation/* \ - inst/testdata/fit_old_FOCUS_D.rda \ + inst/rmarkdown/templates/hier/template.yaml \ + inst/rmarkdown/templates/hier/skeleton/skeleton.Rmd \ + inst/testdata/* \ man/* \ NAMESPACE \ NEWS.md \ -- cgit v1.2.1