From af3455471e88cddffc2aef205fc3a755caf8db1c Mon Sep 17 00:00:00 2001
From: gabriel sartori <gabrielsartori2008@hotmail.com>
Date: Tue, 15 Mar 2016 15:04:23 -0300
Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=A3o=20da=20editora,=20no=20arqu?=
 =?UTF-8?q?ivo=20.R?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 DESCRIPTION            | 1 +
 R/ManlyTb1.1.R         | 4 ++--
 man/BanzattoQd3.2.1.Rd | 3 ++-
 man/ManlyTb1.1.Rd      | 5 +++--
 man/PimentelEg5.2.Rd   | 4 +++-
 man/labestData.Rd      | 2 +-
 6 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 9a41b54..4309c58 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -32,3 +32,4 @@ Depends:
     R (>= 3.2.3)
 Suggests:
     lattice
+RoxygenNote: 5.0.1
diff --git a/R/ManlyTb1.1.R b/R/ManlyTb1.1.R
index 1c455b2..c435d42 100644
--- a/R/ManlyTb1.1.R
+++ b/R/ManlyTb1.1.R
@@ -22,7 +22,7 @@
 #'
 #' @keywords TODO
 #' @source Manly, B. J. F. (2005). Métodos Estatísticos Multivariados:
-#'     uma introdução. Porto Alegre, RS: ARTMED (pg 14 e 15)
+#'     uma introdução. Porto Alegre, RS: Bookman (pg 14 e 15)
 #' @examples
 #'
 #' data(ManlyTb1.1)
@@ -30,4 +30,4 @@
 #' pairs(~ ct + ea + cbc + cdu + cqe + sobrev,
 #'       data = ManlyTb1.1,
 #'       main = "Gráfico de dispersão das variáveis nos pardais")
-NULL
+NULL
\ No newline at end of file
diff --git a/man/BanzattoQd3.2.1.Rd b/man/BanzattoQd3.2.1.Rd
index e76cfb5..7cf2864 100644
--- a/man/BanzattoQd3.2.1.Rd
+++ b/man/BanzattoQd3.2.1.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/BanzattoQd3.2.1.R
 \name{BanzattoQd3.2.1}
 \alias{BanzattoQd3.2.1}
@@ -29,6 +29,7 @@ Dados de um experimento visando controle de pulgão
     produtos indicados para seu controle.
 }
 \examples{
+
 library(lattice)
 
 data(BanzattoQd3.2.1)
diff --git a/man/ManlyTb1.1.Rd b/man/ManlyTb1.1.Rd
index 21aaa01..0a1d5e9 100644
--- a/man/ManlyTb1.1.Rd
+++ b/man/ManlyTb1.1.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/ManlyTb1.1.R
 \name{ManlyTb1.1}
 \alias{ManlyTb1.1}
@@ -22,13 +22,14 @@
 }}
 \source{
 Manly, B. J. F. (2005). Métodos Estatísticos Multivariados:
-    uma introdução. Porto Alegre, RS: ARTMED (pg 14 e 15)
+    uma introdução. Porto Alegre, RS: Bookman (pg 14 e 15)
 }
 \description{
 Estudo em 1898, para a teoria da evolução de Darwin com
     pardais moribundos, com total de 49 dados.
 }
 \examples{
+
 data(ManlyTb1.1)
 
 pairs(~ ct + ea + cbc + cdu + cqe + sobrev,
diff --git a/man/PimentelEg5.2.Rd b/man/PimentelEg5.2.Rd
index 5c62e54..89fad67 100644
--- a/man/PimentelEg5.2.Rd
+++ b/man/PimentelEg5.2.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/PimentelEg5.2.R
 \name{PimentelEg5.2}
 \alias{PimentelEg5.2}
@@ -27,12 +27,14 @@ Experimento de competição de variedades de batatinha
     Argentina. O experimento foi realizado em blocos casualizados.
 }
 \examples{
+
 library(lattice)
 
 xyplot(producao ~ variedade, groups = bloco, data = PimentelEg5.2,
        type = "b",
        ylab=expression(Produção~(t~ha^{-1})),
        xlab="Variedades de batatinha")
+
 }
 \keyword{DBC}
 \keyword{batatinha}
diff --git a/man/labestData.Rd b/man/labestData.Rd
index 24932f7..8a8c53a 100644
--- a/man/labestData.Rd
+++ b/man/labestData.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/labestData.R
 \docType{package}
 \name{labestData}
-- 
GitLab