From 9943c91e0f278135b80741c24c7acf92f2fc8393 Mon Sep 17 00:00:00 2001
From: Fernando Mayer <fernandomayer@gmail.com>
Date: Fri, 28 Aug 2015 17:07:23 -0300
Subject: [PATCH] Update DESCRIPTION and NAMESPACE after including
 runAllChunks.R

---
 DESCRIPTION | 3 ++-
 NAMESPACE   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index fd48d3c..18774b8 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -14,7 +14,8 @@ Imports:
     lattice
 Depends:
     gWidgets,
-    gWidgetstcltk
+    gWidgetstcltk,
+    knitr
 License: GPL-3 | file LICENSE
 URL: http://git.leg.ufpr.br/leg/legTools
 BugReports: http://git.leg.ufpr.br/leg/legTools/issues
diff --git a/NAMESPACE b/NAMESPACE
index 776c53e..1734ab7 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -3,8 +3,10 @@
 export(biasBox)
 export(loessGui)
 export(polyGui)
+export(runAllChunks)
 export(subsetDropAll)
 export(twoStripCombined)
 import(gWidgets)
 import(gWidgetstcltk)
+import(knitr)
 import(lattice)
-- 
GitLab