Last updated on 2022-06-20 14:51:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.12 | 20.93 | 23.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.52 | 16.38 | 17.90 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 38.49 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 37.42 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 7.00 | 41.00 | 48.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.63 | 20.36 | 21.99 | NOTE | |
r-release-linux-x86_64 | 1.0 | 1.77 | 20.10 | 21.87 | NOTE | |
r-release-macos-arm64 | 1.0 | 13.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 20.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 5.00 | 41.00 | 46.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 16.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 29.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 24.00 | 28.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
summary.whc: no visible global function definition for 'printCoefmat'
wahc.fit: no visible global function definition for 'pt'
wahc.fit: no visible global function definition for 'cor'
whc: no visible global function definition for 'model.frame'
whc: no visible global function definition for 'model.matrix'
whc: no visible global function definition for 'model.response'
Undefined global functions or variables:
cor model.frame model.matrix model.response printCoefmat pt
Consider adding
importFrom("stats", "cor", "model.frame", "model.matrix",
"model.response", "printCoefmat", "pt")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64