aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-11-04 14:28:49 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-11-04 14:28:49 +0100
commitdb73a6bab3a60de98d020442e4ad103f47df9ab0 (patch)
tree1cec4bae75c83c45781004ea13eda812fcb7e298
parentf39815aa87272849f8e0c808099c4cee780c2a81 (diff)
Shorten headings for better look with pkgdown
-rw-r--r--vignettes/compiled_models.Rmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/vignettes/compiled_models.Rmd b/vignettes/compiled_models.Rmd
index 3db5cfe8..9fd39d81 100644
--- a/vignettes/compiled_models.Rmd
+++ b/vignettes/compiled_models.Rmd
@@ -19,7 +19,7 @@ library(knitr)
opts_chunk$set(tidy = FALSE, cache = FALSE)
```
-## Benchmark for a model that can also be solved with Eigenvalues
+## Model that can also be solved with Eigenvalues
This evaluation is taken from the example section of mkinfit. When using an mkin version
equal to or greater than 0.9-36 and a C compiler (gcc) is available, you will see
@@ -73,7 +73,7 @@ rownames(smb.1) <- smb.1$expr
smb.1["median"]/smb.1["deSolve, compiled", "median"]
```
-## Benchmark for a model that can not be solved with Eigenvalues
+## Model that can not be solved with Eigenvalues
This evaluation is also taken from the example section of mkinfit.

Contact - Imprint