Last updated on 2020-08-07 01:49:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 10.73 | 78.80 | 89.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 8.46 | 59.29 | 67.75 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 113.24 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 108.64 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 26.00 | 91.00 | 117.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 10.70 | 76.47 | 87.17 | NOTE | |
r-patched-solaris-x86 | 1.0 | 153.60 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 9.72 | 76.60 | 86.32 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 27.00 | 139.00 | 166.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 17.00 | 109.00 | 126.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'Matrix' 'mlogit' 'poLCA'
Please remove these calls from your code.
Packages in Depends field not imported from:
'Matrix' 'mlogit' 'poLCA'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
covLCA: no visible global function definition for 'model.response'
covLCA: no visible global function definition for 'model.frame'
covLCA: no visible global function definition for 'model.matrix'
covLCA: no visible global function definition for 'rnorm'
covLCA: no visible global function definition for 'flush.console'
covLCA: no visible global function definition for 'ginv'
covLCA.initialAlphaGamma: no visible global function definition for
'as.formula'
covLCA.initialAlphaGamma: no visible global function definition for
'mlogit.data'
covLCA.initialAlphaGamma: no visible global function definition for
'mlogit'
covLCA.initialBeta: no visible global function definition for
'as.formula'
covLCA.initialBeta: no visible global function definition for 'poLCA'
covLCA.initialBeta: no visible global function definition for
'mlogit.data'
covLCA.initialBeta: no visible global function definition for 'mlogit'
covLCA.paramVariance: no visible global function definition for 'ginv'
covLCA.varianceFirst: no visible global function definition for 'bdiag'
Undefined global functions or variables:
as.formula bdiag flush.console ginv mlogit mlogit.data model.frame
model.matrix model.response poLCA rnorm
Consider adding
importFrom("stats", "as.formula", "model.frame", "model.matrix",
"model.response", "rnorm")
importFrom("utils", "flush.console")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64