diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-19 06:37:32 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-19 06:37:32 +0100 |
commit | 0023df3c31fac29b5f9337ecd732a5dfd4d51a2d (patch) | |
tree | 752d3699b139a4fa35798ead2c5925b13753cd0b /GNUmakefile | |
parent | a54bd290bc3884d0000c52c1b29bc557825d9eae (diff) |
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.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |