From 6910e67398dbcb548dae179d361cb24404ad75a4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 27 Feb 2014 16:36:11 +0100 Subject: Format of gmkin workspace files, copyright, updates - Change the format of the workspace files of gmkin so they can be distributed in the mkin package - Add gmkin workspace datasets FOCUS_2006_gmkin and FOCUS_2006_Z_gmkin - Restrict the unit test with the Schaefer data to parent and primary metabolites as formation fraction and DT50 for A2 are higly correlated and passing the test is platform dependent. For example, the test fails in 1 out of 14 platforms on CRAN as of today - Add Eurofins Regulatory AG copyright notices - Import FME and deSolve instead of depending on them to have cleaner startup --- man/FOCUS_2006_Z_gmkin.Rd | 27 +++++++++++++++++++++++++++ man/FOCUS_2006_gmkin.Rd | 28 ++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 man/FOCUS_2006_Z_gmkin.Rd create mode 100644 man/FOCUS_2006_gmkin.Rd (limited to 'man') diff --git a/man/FOCUS_2006_Z_gmkin.Rd b/man/FOCUS_2006_Z_gmkin.Rd new file mode 100644 index 0000000..4f6a5e4 --- /dev/null +++ b/man/FOCUS_2006_Z_gmkin.Rd @@ -0,0 +1,27 @@ +\name{FOCUS_2006_Z_gmkin} +\Rdversion{1.1} +\alias{FOCUS_2006_Z_gmkin} +\docType{data} +\title{ + Example gmkin workspace for Dataset Z from the FOCUS Kinetics report +} +\description{ + Data taken from FOCUS (2006), Appendix 7, p. 350. +} +\usage{FOCUS_2006_Z_gmkin} +\format{ + A list named \code{FOCUS_2006_Z_gmkin} containing the components + needed to populate the \code{\link{gmkin}} user interface. +} +\examples{ + save(FOCUS_2006_Z_gmkin, file = "FOCUS_2006_gmkin_Z.RData") + # Now you can load the file "FOCUS_2006_gmkin_Z.RData" from gmkin +} +\source{ + FOCUS (2006) \dQuote{Guidance Document on Estimating Persistence and + Degradation Kinetics from Environmental Fate Studies on Pesticides in EU + Registration} Report of the FOCUS Work Group on Degradation Kinetics, + EC Document Reference Sanco/10058/2005 version 2.0, 434 pp, + \url{http://focus.jrc.ec.europa.eu/dk} +} +\keyword{datasets} diff --git a/man/FOCUS_2006_gmkin.Rd b/man/FOCUS_2006_gmkin.Rd new file mode 100644 index 0000000..371ddc7 --- /dev/null +++ b/man/FOCUS_2006_gmkin.Rd @@ -0,0 +1,28 @@ +\name{FOCUS_2006_gmkin} +\Rdversion{1.1} +\alias{FOCUS_2006_gmkin} +\docType{data} +\title{ + Example gmkin workspace for Datasets C and D from the FOCUS Kinetics report +} +\description{ + Data taken from FOCUS (2006), Appendix 3. This is the the workspace that is + loaded into \code{\link{gmkin}} by default. +} +\usage{FOCUS_2006_gmkin} +\format{ + A list named \code{FOCUS_2006_gmkin} containing the components + needed to populate the gmkin user interface. +} +\examples{ + save(FOCUS_2006_gmkin, file = "FOCUS_2006_gmkin.RData") + # Now you can load the file "FOCUS_2006_gmkin.RData" from gmkin +} +\source{ + FOCUS (2006) \dQuote{Guidance Document on Estimating Persistence and + Degradation Kinetics from Environmental Fate Studies on Pesticides in EU + Registration} Report of the FOCUS Work Group on Degradation Kinetics, + EC Document Reference Sanco/10058/2005 version 2.0, 434 pp, + \url{http://focus.jrc.ec.europa.eu/dk} +} +\keyword{datasets} -- cgit v1.2.1