Last updated on 2020-08-07 01:49:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 6.66 | 47.56 | 54.22 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 5.24 | 35.66 | 40.90 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 71.89 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 62.35 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 16.00 | 58.00 | 74.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 6.68 | 46.04 | 52.72 | NOTE | |
r-patched-solaris-x86 | 1.1 | 87.10 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 8.15 | 47.05 | 55.20 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 17.00 | 78.00 | 95.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 11.00 | 54.00 | 65.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
GxMestimator: no visible global function definition for 'na.omit'
initialization_chol: no visible global function definition for 'cov'
initialization_corr: no visible global function definition for 'cov'
initialization_nlmain: no visible global function definition for
'lm.fit'
print.summaryGxMclass: no visible global function definition for
'pnorm'
print.summaryGxMclass: no visible global function definition for
'printCoefmat'
Undefined global functions or variables:
cov lm.fit na.omit pnorm printCoefmat
Consider adding
importFrom("stats", "cov", "lm.fit", "na.omit", "pnorm",
"printCoefmat")
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