diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-04 14:28:49 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-04 14:28:49 +0100 |
commit | db73a6bab3a60de98d020442e4ad103f47df9ab0 (patch) | |
tree | 1cec4bae75c83c45781004ea13eda812fcb7e298 /vignettes | |
parent | f39815aa87272849f8e0c808099c4cee780c2a81 (diff) |
Shorten headings for better look with pkgdown
Diffstat (limited to 'vignettes')
-rw-r--r-- | vignettes/compiled_models.Rmd | 4 |
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.
|