From 34452dfa5c069dc0f0a58681a35719fbb8cca158 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 7 May 2014 15:01:50 +0200 Subject: Fork the GUI into package gmkin. See ChangeLog for details --- man/FOCUS_2006_Z_gmkin.Rd | 27 --------------------------- man/FOCUS_2006_gmkin.Rd | 28 ---------------------------- man/gmkin.Rd | 22 ---------------------- 3 files changed, 77 deletions(-) delete mode 100644 man/FOCUS_2006_Z_gmkin.Rd delete mode 100644 man/FOCUS_2006_gmkin.Rd delete mode 100644 man/gmkin.Rd (limited to 'man') diff --git a/man/FOCUS_2006_Z_gmkin.Rd b/man/FOCUS_2006_Z_gmkin.Rd deleted file mode 100644 index 4f6a5e4d..00000000 --- a/man/FOCUS_2006_Z_gmkin.Rd +++ /dev/null @@ -1,27 +0,0 @@ -\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 deleted file mode 100644 index 371ddc70..00000000 --- a/man/FOCUS_2006_gmkin.Rd +++ /dev/null @@ -1,28 +0,0 @@ -\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} diff --git a/man/gmkin.Rd b/man/gmkin.Rd deleted file mode 100644 index 8a7d1320..00000000 --- a/man/gmkin.Rd +++ /dev/null @@ -1,22 +0,0 @@ -\name{gmkin} -\alias{gmkin} -\title{ - Start a graphical user interface (GUI) based on the \code{gWidgetsWWW2} toolkit. -} -\description{ - This function starts a browser based GUI. Please visit the - \href{http://github.com/jverzani/gWidgetsWWW2}{github page of gWidgetsWWW2} - for an explanation how this toolkit works. -} -\note{ - This GUI is experimental and not recommended for real work. -} -\usage{ - gmkin() -} -\value{ - The function is called for its side effect, namely starting the GUI in a browser. -} -\author{ - Johannes Ranke -} -- cgit v1.2.1