From e959fde98f95f3595e01490b67892678bbcd1b27 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 7 May 2014 14:47:28 +0200 Subject: Fork the gmkin GUI from mkin. See ChangeLog for details --- inst/GUI/README | 1 - inst/GUI/TODO | 1 - inst/GUI/gmkin.R | 1 - 3 files changed, 3 deletions(-) delete mode 100644 inst/GUI/README delete mode 100644 inst/GUI/TODO (limited to 'inst/GUI') diff --git a/inst/GUI/README b/inst/GUI/README deleted file mode 100644 index 89e3726..0000000 --- a/inst/GUI/README +++ /dev/null @@ -1 +0,0 @@ -These code fragments are still experimental, but some basic functionality works. diff --git a/inst/GUI/TODO b/inst/GUI/TODO deleted file mode 100644 index 1fbcca6..0000000 --- a/inst/GUI/TODO +++ /dev/null @@ -1 +0,0 @@ -- Make plot of fit and residuals configurable diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index ae9d88d..7662443 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -19,7 +19,6 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see -require(mkin) # {{{1 # Set the GUI title and create the basic widget layout {{{1 w <- gwindow("gmkin - Browser based GUI for kinetic evaluations using mkin") sb <- gstatusbar(paste("Powered by gWidgetsWWW2, ExtJS, Rook, FME, deSolve", -- cgit v1.2.1