From 01d9de6ff165c64ffc4366f2eeb3d2649b5c74c0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 22 Jun 2015 06:09:00 +0200 Subject: Version bump, correct benchmark in vignette/compiled_models Reorganisation of the vignette generation in the Makefile. Improved YAML header in the R markdown vignettes. Rebuilt vignettes with the package installed. --- vignettes/FOCUS_L.Rmd | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'vignettes/FOCUS_L.Rmd') diff --git a/vignettes/FOCUS_L.Rmd b/vignettes/FOCUS_L.Rmd index cd7711f6..584c43eb 100644 --- a/vignettes/FOCUS_L.Rmd +++ b/vignettes/FOCUS_L.Rmd @@ -1,15 +1,24 @@ - +--- +title: "`r (vignette_title <- 'Example evaluation of FOCUS Laboratory Data L1 to L3')`" +author: "Johannes Ranke" +date: "`r Sys.Date()`" +output: + html_document: + css: mkin_vignettes.css + toc: true + mathjax: null + theme: united +vignette: > + %\VignetteIndexEntry{`r vignette_title`} + %\VignetteEngine{knitr::rmarkdown} + \usepackage[utf8]{inputenc} +--- ```{r, include = FALSE} library(knitr) opts_chunk$set(tidy = FALSE, cache = TRUE) ``` -# Example evaluation of FOCUS Laboratory Data L1 to L3 - ## Laboratory Data L1 The following code defines example dataset L1 from the FOCUS kinetics -- cgit v1.2.1