Skip to content
Snippets Groups Projects
Commit e406660a authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Remove @method of the qic.mcglm() function

I don't know the reasons, but when `@method` is present
`S3method(residuals,mcglm)` is included in the NAMESPACE and thi error
comes up

Loading mcglm
Error: object 'qic' not found whilst loading namespace 'mcglm'

I think that the `qic` is not considered a generic S3 method by R. So I
kept `qic.mcglm` as a regular function. No problems with building
process where observed.
parent b27fa11f
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#' #'
#' @author Wagner Hugo Bonat, \email{wbonat@@ufpr.br} #' @author Wagner Hugo Bonat, \email{wbonat@@ufpr.br}
#' #'
#' @method qic mcglm
#' @export #' @export
qic.mcglm <- function(object, object.iid) { qic.mcglm <- function(object, object.iid) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment