From baf9b51b854d3a5260d7367c013226a6d3525856 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 6 Mar 2017 15:49:04 +0100 Subject: Static documentation rebuilt by pkgdown Move screenshot down not to interfere with the menu on the right --- README.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 78 insertions(+), 11 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 70a0ede..1849925 100644 --- a/README.html +++ b/README.html @@ -10,18 +10,20 @@ + - + - - + + - + + + + - - + + @@ -51,20 +81,47 @@ code { color: inherit; background-color: rgba(0, 0, 0, 0.04); } -img { - max-width:100%; - height: auto; +img { + max-width:100%; + height: auto; +} +.tabbed-pane { + padding-top: 12px; +} +button.code-folding-btn:focus { + outline: none; } + + +
+ + + + + + + + + + + + +

gmkin

The R package gmkin provides a browser based graphical user interface (GUI) for fitting kinetic models to chemical degradation data based on R package mkin. The GUI is based on the gWidgetsWWW2 package developed by John Verzani. The GUI elements are created by the JavaScript library ExtJS which is bundled with gWidgetsWWW2.

-

gmkin screenshot

System requirements

For running gmkin you need a system running a recent version of R (version 3.1.0 or later), the gWidgesWWW2 package, the gmkin package and a web browser (Firefox/Iceweasel and Chrome work for me) with JavaScript enabled.

@@ -86,6 +143,10 @@ img {

The above command temporarily adds the R-Forge repository to your package sources. It should pull the gmkin package and its dependencies, notably the gWidgetsWWW2 package which is not available from the CRAN archive (see below). Mac users that have the necessary development files installed can probably install from the source files in this repository (not tested).

In a previous version of this README I have described how to permanently add the R-Forge repository to your options. However, I noticed this has unwanted side effects, so I do not recommend it any longer. Therefore, you may want to revert such changes to your R startup options.

The latest changes to gmkin are recorded in the NEWS file, more details can be found in the commit history.

+
+gmkin screenshot +

gmkin screenshot

+
@@ -138,15 +199,21 @@ while (TRUE) {
+ +
-- cgit v1.2.1