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_D.Rmd | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'vignettes/FOCUS_D.Rmd') diff --git a/vignettes/FOCUS_D.Rmd b/vignettes/FOCUS_D.Rmd index 8ae73c16..ec0c9040 100644 --- a/vignettes/FOCUS_D.Rmd +++ b/vignettes/FOCUS_D.Rmd @@ -1,14 +1,21 @@ - +--- +title: "`r (vignette_title <- 'Example evaluation of FOCUS Example Dataset D')`" +author: "Johannes Ranke" +date: "`r Sys.Date()`" +output: + html_document: + mathjax: null + theme: united +vignette: > + %\VignetteIndexEntry{`r vignette_title`} + %\VignetteEngine{knitr::rmarkdown} + \usepackage[utf8]{inputenc} +--- ```{r, include = FALSE} library(knitr) -library(methods) -opts_chunk$set(tidy = FALSE, cache = FALSE) +opts_chunk$set(tidy = FALSE, cache = TRUE) ``` -# Example evaluation of FOCUS Example Dataset D This is just a very simple vignette showing how to fit a degradation model for a parent compound with one transformation product using `mkin`. After loading the -- cgit v1.2.3