Skip to content

Commit

Permalink
version 1.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hoffmann authored and gaborcsardi committed Apr 16, 2009
1 parent 83cdd61 commit 3f262c9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fgui
Version: 0.3.3
Date: 2009-03-10
Version: 1.0-0
Date: 2009-04-16
Title: Function GUI
Author: Thomas Hoffmann <tjhoffm@gmail.com>
Maintainer: Thomas Hoffmann <tjhoffm@gmail.com>
Expand All @@ -17,6 +17,6 @@ Description: Rapidly create a GUI interface for a function you created
License: GPL
URL: http://www.people.fas.harvard.edu/~tjhoffm/fgui.html
LazyLoad: true
Packaged: Wed Apr 15 10:58:01 2009; merlin
Packaged: Thu Apr 16 21:55:12 2009; merlin
Repository: CRAN
Date/Publication: 2009-04-15 18:13:32
Date/Publication: 2009-04-17 07:30:30
36 changes: 19 additions & 17 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
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/."))
citHeader("To cite fgui in publications use:")

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

textVersion =
paste("Thomas J. Hoffmann, Nan M. Laird (2009).",
"fgui: A Method for Automatically Creating Graphical User Interfaces for Command-Line R Packages.",
"Journal of Statistical Software 30(2), 1-14.",
"URL http://www.jstatsoft.org/v30/i02/.")
)
Binary file modified inst/doc/fgui.pdf
Binary file not shown.

0 comments on commit 3f262c9

Please sign in to comment.