Skip to content

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hoffmann authored and gaborcsardi committed Mar 10, 2009
1 parent 501d2cc commit 83cdd61
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 13 deletions.
35 changes: 22 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
Package: fgui
Version: 0.3.2
Date: 2009-03-10
Title: Function GUI
Author: Thomas Hoffmann <tjhoffm@gmail.com>
Maintainer: Thomas Hoffmann <tjhoffm@gmail.com>
Imports: tcltk
Suggests: tcltk
Description: Rapidly create a GUI interface for a function you created by automatically creating widgets for arguments of the function. Automatically parses help routines for context-sensative help to these arguments. The interface essentially a wrapper to some tcltk routines to both simplify and facilitate GUI creation. More advanced tcltk routines/GUI objects can be incorporated into the interface for greater customization for the more experienced.
License: GPL
URL: http://www.people.fas.harvard.edu/~tjhoffm/fgui.html
LazyLoad: true
Packaged: Tue Mar 10 20:49:29 2009; merlin
Package: fgui
Version: 0.3.3
Date: 2009-03-10
Title: Function GUI
Author: Thomas Hoffmann <tjhoffm@gmail.com>
Maintainer: Thomas Hoffmann <tjhoffm@gmail.com>
Imports: tcltk
Suggests: tcltk
Description: Rapidly create a GUI interface for a function you created
by automatically creating widgets for arguments of the
function. Automatically parses help routines for
context-sensative help to these arguments. The interface
essentially a wrapper to some tcltk routines to both simplify
and facilitate GUI creation. More advanced tcltk routines/GUI
objects can be incorporated into the interface for greater
customization for the more experienced.
License: GPL
URL: http://www.people.fas.harvard.edu/~tjhoffm/fgui.html
LazyLoad: true
Packaged: Wed Apr 15 10:58:01 2009; merlin
Repository: CRAN
Date/Publication: 2009-04-15 18:13:32
17 changes: 17 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
citHeader("To cite package 'fgui' in publication use:")

desc <- packageDescription("fgui")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date)
vers <- paste("R package version", desc$Version)

citEntry(entry="Article",
author=personList(person(first="Thomas",middle="J.",last="Hoffmann"),
person(first="Nan",middle="M.", last="Laird")),
title="fgui: A Method for Automatically Creating Graphical User Interfaces for Command-Line R Packages",
journal="Journal of Statistical Software",
year=2009,
volume=30,
number=2,
url="http://www.jstatsoft.org/v30/i02/",

textVersion=paste("Thomas J Hoffmann and Nan M Laird. fgui: A Method for Automatically Creating Graphical User Interfaces for Command-Line R Packages. Journal of Statistical Software, 30(2), 2009. http://www.jstatsoft.org/v30/i02/."))
6 changes: 6 additions & 0 deletions inst/doc/fgui.Rnw
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
%\VignetteIndexEntry{fgui}

\documentclass{article}
\begin{document}
\end{document}

Binary file added inst/doc/fgui.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions inst/doc/fgui.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
%\VignetteIndexEntry{fgui}

\documentclass{article}
\usepackage{Sweave}
\begin{document}
\end{document}

0 comments on commit 83cdd61

Please sign in to comment.