aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-14 20:03:42 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-14 20:03:42 +0100
commit21ad91256dc29423bd905de5c298fd23862b1f3b (patch)
tree225e2f69ed75b96e5528bcf7b8f25eb3864b75da /GNUmakefile
parent0db7df4bf632a013099b17d5e817a7dc7146c394 (diff)
Automatic starting parameters for saem.mmkin
For the case of mkin transformations. This gives faster convergence, and appears to avoid problems with numeric ODE solutions
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 114f7eef..6e75d666 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -103,7 +103,7 @@ vignettes/%.html: vignettes/mkin_vignettes.css vignettes/references.bib vignette
vignettes: vignettes/mkin.html vignettes/FOCUS_D.html vignettes/FOCUS_L.html vignettes/twa.html
vignettes/web_only/%.html: vignettes/references.bib vignettes/web_only/%.rmd
- "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/web_only/$*.rmd', dir = 'vignettes/web_only', keep='mkin_benchmarks.rda')"
+ "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/web_only/$*.rmd', dir = 'vignettes/web_only', keep=c('mkin_benchmarks.rda', 'saem_benchmarks.rda'))"
articles: vignettes/web_only/FOCUS_Z.html vignettes/web_only/compiled_models.html vignettes/web_only/benchmarks.html vignettes/web_only/dimethenamid_2018.html vignettes/web_only/multistart.html

Contact - Imprint