From e3b12b3edf915d35f01c3c500e006453a9ad6fbe Mon Sep 17 00:00:00 2001
From: Walmes Zeviani <walmeszeviani@gmail.com>
Date: Mon, 24 Aug 2015 23:21:41 -0300
Subject: [PATCH] Includes author for the polyGui function.

---
 R/polyGui.R    | 2 ++
 man/polyGui.Rd | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/R/polyGui.R b/R/polyGui.R
index ba5f4e5..f1e337c 100644
--- a/R/polyGui.R
+++ b/R/polyGui.R
@@ -20,6 +20,8 @@
 #'
 #' @import gWidgets gWidgetstcltk
 #'
+#' @author Walmes Zeviani, \email{walmes@@ufpr.br}
+#'
 #' @export
 #' @examples
 #' \donttest{
diff --git a/man/polyGui.Rd b/man/polyGui.Rd
index 9705926..4b084c8 100644
--- a/man/polyGui.Rd
+++ b/man/polyGui.Rd
@@ -34,4 +34,7 @@ polyGui(x=eruptions, y=waiting, data=faithful, er=0.3)
 
 }
 }
+\author{
+Walmes Zeviani, \email{walmes@ufpr.br}
+}
 
-- 
GitLab