From 9acbc1be6678810abbacef4284bbc272b42439a5 Mon Sep 17 00:00:00 2001
From: Walmes Zeviani <walmes@ufpr.br>
Date: Wed, 27 Apr 2016 21:35:49 -0300
Subject: [PATCH] =?UTF-8?q?Adiciona=20import=20na=20documenta=C3=A7=C3=A3o?=
 =?UTF-8?q?=20das=20*panel.cbH.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 NAMESPACE     | 3 +++
 R/panel.cbH.R | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/NAMESPACE b/NAMESPACE
index 7c0db59..26d8beb 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,6 +1,9 @@
 # Generated by roxygen2: do not edit by hand
 
+export(apc)
 export(panel.cbH)
 export(prepanel.cbH)
+import(doBy)
 import(lattice)
 import(latticeExtra)
+import(multcomp)
diff --git a/R/panel.cbH.R b/R/panel.cbH.R
index cc00523..a3faa19 100644
--- a/R/panel.cbH.R
+++ b/R/panel.cbH.R
@@ -128,7 +128,6 @@ panel.cbH <- function(x, y, ly, uy,
 #' @name prepanel.cbH
 #' @rdname panel.cbH
 #' @author Walmes Zeviani baseado na lista de discussão R-help.
-#' @import lattice latticeExtra
 #' @export
 prepanel.cbH <- function(y, ly, uy, subscripts){
     ly <- as.numeric(ly[subscripts])
-- 
GitLab