From d0747e6a030c18733560500a50ea99a46901908c Mon Sep 17 00:00:00 2001
From: Fernando Mayer <fernandomayer@gmail.com>
Date: Tue, 15 Sep 2015 16:02:56 -0300
Subject: [PATCH] Minor modification

---
 buildPkg.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildPkg.R b/buildPkg.R
index 0ec73c8..8f1fe87 100644
--- a/buildPkg.R
+++ b/buildPkg.R
@@ -30,7 +30,7 @@ check(cleanup = FALSE, manual = TRUE, vignettes = FALSE,
 # Run examples from all functions of the package
 # run_examples()
 # Run examples from a specific function
-# dev_example("loessGui")
+# dev_example("yscale.components.right")
 
 ## Show all exported objects.
 ls("package:legTools")
-- 
GitLab