From 934d40d3e5013ce03683e8902f188552fc561213 Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Wed, 27 Apr 2016 21:09:05 -0300 Subject: [PATCH] Edita o DESCRIPTION movendo pacotes para o Imports. --- DESCRIPTION | 13 +++++++------ NAMESPACE | 4 ++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 294d83b..b8454a3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,17 +29,18 @@ LazyData: true Encoding: UTF-8 Depends: R (>= 3.2.3) -Suggests: +Imports: lattice, latticeExtra, - ggplot2, - reshape, - reshape2, - car, MASS, - plyr, + car, doBy, multcomp, + plyr +Suggests: + ggplot2, + reshape, + reshape2, knitr, rmarkdown, shiny diff --git a/NAMESPACE b/NAMESPACE index 6ae9268..7c0db59 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,2 +1,6 @@ # Generated by roxygen2: do not edit by hand +export(panel.cbH) +export(prepanel.cbH) +import(lattice) +import(latticeExtra) -- GitLab