diff --git a/DESCRIPTION b/DESCRIPTION
index 028833415d0493f138d50abbb631629c1d03d027..ecb48687934d8ead79869a468e5a33e421d8e68f 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -6,15 +6,12 @@ Date: 2015-07-06
 Authors@R: person("Wagner Hugo", "Bonat", email = "wbonat@ufpr.br",
   role = c("aut", "cre"))
 Description: This package fit multivariate covariance generalized linear models (McGLM).
-Depends:
+Depends: 
     R (>= 3.2.1),
-    Matrix,
-    assertthat
-Suggests:
-    testthat
-Imports:
-    Matrix
+Suggests: 
+    testthat,
+    plyr
 License: GPL-2
 LazyData: TRUE
-
-
+Imports: Matrix,
+    assertthat
diff --git a/NAMESPACE b/NAMESPACE
index 42e7eb9fa3bce240ae229ae3c526ffb295ad8ded..ac113d4a61f1ee18f1ba84a70e91bf52faedef2f 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,2 +1,28 @@
-exportPattern("^[[:alpha:]]+")
-import(Matrix, assertthat)
+# Generated by roxygen2 (4.1.1): do not edit by hand
+
+S3method(anova,mcglm)
+S3method(coef,mcglm)
+S3method(confint,mcglm)
+S3method(fitted,mcglm)
+S3method(plot,mcglm)
+S3method(print,mcglm)
+S3method(residuals,mcglm)
+S3method(summary,mcglm)
+S3method(vcov,mcglm)
+export(fit_mcglm)
+export(mc_bias_corrected_std)
+export(mc_dexp_gold)
+export(mc_influence)
+export(mc_initial_values)
+export(mc_link_function)
+export(mc_matrix_linear_predictor)
+export(mc_qll)
+export(mc_robust_std)
+export(mc_rw1)
+export(mc_rw2)
+export(mc_unstructured)
+export(mc_variance_function)
+export(mcglm)
+export(qic.mcglm)
+import(Matrix)
+import(assertthat)