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/."))
