From 48a314feb6538774504c2b118cdbaededd2eb25b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 28 Jun 2016 08:06:03 +0200 Subject: Attempts to reduce vignette size Reducing the size of some figures and switching of retina figures in the preamble only gives a small decrease in vignette size, but may be enough to get the size of the doc directory below 5 MB to avoid the NOTE in the corresponding check (which I did not get locally, nor on winbuilder using r-devel. --- vignettes/mkin.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'vignettes/mkin.html') diff --git a/vignettes/mkin.html b/vignettes/mkin.html index 9a76dc48..54605dfc 100644 --- a/vignettes/mkin.html +++ b/vignettes/mkin.html @@ -236,8 +236,14 @@ div.tocify {

Abstract

In the regulatory evaluation of chemical substances like plant protection products (pesticides), biocides and other chemicals, degradation data play an important role. For the evaluation of pesticide degradation experiments, detailed guidance has been developed, based on nonlinear optimisation. The R add-on package mkin (Ranke 2016) implements fitting some of the models recommended in this guidance from within R and calculates some statistical measures for data series within one or more compartments, for parent and metabolites.

-
require(mkin)
-m_SFO_SFO_SFO <- mkinmod(parent = mkinsub("SFO", "M1"),
+
require(mkin)
+
## Loading required package: mkin
+
## Loading required package: minpack.lm
+
## Loading required package: rootSolve
+
## Loading required package: inline
+
## Loading required package: methods
+
## Loading required package: parallel
+
m_SFO_SFO_SFO <- mkinmod(parent = mkinsub("SFO", "M1"),
                          M1 = mkinsub("SFO", "M2"),
                          M2 = mkinsub("SFO"), 
                          use_of_ff = "max", quiet = TRUE)
@@ -256,7 +262,7 @@ d_SFO_SFO_SFO_err <- add_err(d_SFO_SFO_SFO, function(x) 3, n = 1, seed = 1234
 f_SFO_SFO_SFO <- mkinfit(m_SFO_SFO_SFO, d_SFO_SFO_SFO_err[[1]], quiet = TRUE)
 
 plot_sep(f_SFO_SFO_SFO, lpos = c("topright", "bottomright", "bottomright"))
-

+

Background

-- cgit v1.2.1