aboutsummaryrefslogtreecommitdiff
path: root/vignettes/compiled_models.Rmd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-23 11:21:49 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-23 11:40:36 +0200
commit6c62c42eb57631aa0f4ab7e008621ffb519bd7be (patch)
tree23d65dd4a50efd669026112ce80ff2095572bfa8 /vignettes/compiled_models.Rmd
parent548b67e5d54e78150cfc6474ad129af9408f4997 (diff)
Small documenation changes
Diffstat (limited to 'vignettes/compiled_models.Rmd')
-rw-r--r--vignettes/compiled_models.Rmd5
1 files changed, 3 insertions, 2 deletions
diff --git a/vignettes/compiled_models.Rmd b/vignettes/compiled_models.Rmd
index 5ee3f7bc..8dc74692 100644
--- a/vignettes/compiled_models.Rmd
+++ b/vignettes/compiled_models.Rmd
@@ -22,9 +22,10 @@ opts_chunk$set(tidy = FALSE, cache = TRUE)
## Benchmark for a 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 compiler (gcc) is installed, you will see
+equal to or greater than 0.9-36 and a C compiler (gcc) is available, you will see
a message that the model is being compiled from autogenerated C code when
-defining a model using mkinmod. The package tests for presence of the gcc compiler using
+defining a model using mkinmod. The `mkinmod()` function checks for presence of
+the gcc compiler using
```{r check_gcc}
Sys.which("gcc")

Contact - Imprint