Skip to content
Snippets Groups Projects
Select Git revision
  • test-ci2
  • teste-ci
  • issue#10
  • master default protected
4 results

mc_qic.R

Blame
    • Walmes Marques Zeviani's avatar
      e406660a
      Remove @method of the qic.mcglm() function · e406660a
      Walmes Marques Zeviani authored
      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.
      e406660a
      History
      Remove @method of the qic.mcglm() function
      Walmes Marques Zeviani authored
      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.
    mc_qic.R 1.23 KiB