From 6c62c42eb57631aa0f4ab7e008621ffb519bd7be Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 23 Jun 2015 11:21:49 +0200 Subject: Small documenation changes --- vignettes/FOCUS_D.Rmd | 5 ++--- vignettes/compiled_models.Rmd | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vignettes') diff --git a/vignettes/FOCUS_D.Rmd b/vignettes/FOCUS_D.Rmd index 38613082..4c65b80a 100644 --- a/vignettes/FOCUS_D.Rmd +++ b/vignettes/FOCUS_D.Rmd @@ -34,9 +34,8 @@ kinetics (SFO) to one metabolite named m1, which also degrades with SFO kinetics The call to mkinmod returns a degradation model. The differential equations represented in R code can be found in the character vector `$diffs` of the `mkinmod` object. If -the gcc compiler is installed and functional, the differential equation model -will be compiled from auto-generated C code. - +a C compiler (gcc) is installed and functional, the differential equation model will +be compiled from auto-generated C code. ```{r} SFO_SFO <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) 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") -- cgit v1.2.1