Skip to content
Snippets Groups Projects
Commit 8a3a2a54 authored by wbonat's avatar wbonat
Browse files

Fix build and NAMESPACE issues.

parent 0a210d81
No related branches found
No related tags found
No related merge requests found
...@@ -8,13 +8,10 @@ Authors@R: person("Wagner Hugo", "Bonat", email = "wbonat@ufpr.br", ...@@ -8,13 +8,10 @@ Authors@R: person("Wagner Hugo", "Bonat", email = "wbonat@ufpr.br",
Description: This package fit multivariate covariance generalized linear models (McGLM). Description: This package fit multivariate covariance generalized linear models (McGLM).
Depends: Depends:
R (>= 3.2.1), R (>= 3.2.1),
Matrix,
assertthat
Suggests: Suggests:
testthat testthat,
Imports: plyr
Matrix
License: GPL-2 License: GPL-2
LazyData: TRUE LazyData: TRUE
Imports: Matrix,
assertthat
exportPattern("^[[:alpha:]]+") # Generated by roxygen2 (4.1.1): do not edit by hand
import(Matrix, assertthat)
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment