From 8a3a2a54be9427a9f8312be239e79880a5cc6f6f Mon Sep 17 00:00:00 2001 From: wbonat <wbonat@gmail.com> Date: Wed, 30 Sep 2015 17:00:51 +0200 Subject: [PATCH] Fix build and NAMESPACE issues. --- DESCRIPTION | 15 ++++++--------- NAMESPACE | 30 ++++++++++++++++++++++++++++-- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0288334..ecb4868 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 42e7eb9..ac113d4 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) -- GitLab