diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-04 15:38:09 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-04 15:38:09 +0100 |
commit | 09f4f904af23a34d68d5d78482a5b9e12d9a9494 (patch) | |
tree | 60b61d802985e6a4328c57e32099e66217403026 /docs/articles/compiled_models.R | |
parent | db73a6bab3a60de98d020442e4ad103f47df9ab0 (diff) |
Static documentation rebuilt by pkgdown::build_site()
With updated pkgdown with my PR
Diffstat (limited to 'docs/articles/compiled_models.R')
-rw-r--r-- | docs/articles/compiled_models.R | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/articles/compiled_models.R b/docs/articles/compiled_models.R index 4f544b0d..5ce343cb 100644 --- a/docs/articles/compiled_models.R +++ b/docs/articles/compiled_models.R @@ -1,3 +1,16 @@ +## ---- include = FALSE---------------------------------------------------- +library(knitr) +opts_chunk$set(tidy = FALSE, cache = FALSE) + +## ----check_gcc----------------------------------------------------------- +Sys.which("gcc") + +## ----create_SFO_SFO------------------------------------------------------ +library("mkin") +SFO_SFO <- mkinmod( + parent = mkinsub("SFO", "m1"), + m1 = mkinsub("SFO")) + ## ----benchmark_SFO_SFO, fig.height = 3----------------------------------- library("microbenchmark") library("ggplot2") |