Last updated on 2022-06-20 14:51:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.19 | 5.66 | 71.48 | 77.14 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.19 | 4.38 | 52.51 | 56.89 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.19 | 100.40 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.19 | 97.50 | NOTE | |||
r-devel-windows-x86_64 | 0.1.19 | 9.00 | 96.00 | 105.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.19 | 4.75 | 66.32 | 71.07 | NOTE | |
r-release-linux-x86_64 | 0.1.19 | 5.01 | 68.50 | 73.51 | NOTE | |
r-release-macos-arm64 | 0.1.19 | 26.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.19 | 41.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.19 | 13.00 | 101.00 | 114.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.19 | 32.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.19 | 50.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1.19 | 14.00 | 101.00 | 115.00 | NOTE |
Version: 0.1.19
Check: R code for possible problems
Result: NOTE
coef.FAMILY: no visible global function definition for 'glm'
coef.FAMILY: no visible global function definition for 'lm'
fm2v: no visible global function definition for 'na.omit'
l_inf_prox: no visible global function definition for 'tail'
predict.FAMILY: no visible global function definition for 'coef'
predict.FAMILY: no visible global function definition for 'lm'
predict.FAMILY: no visible global function definition for 'predict'
predict.FAMILY: no visible global function definition for 'glm'
predict.FAMILY: no visible global function definition for 'predict.glm'
v2fm: no visible global function definition for 'tail'
Undefined global functions or variables:
coef glm lm na.omit predict predict.glm tail
Consider adding
importFrom("stats", "coef", "glm", "lm", "na.omit", "predict",
"predict.glm")
importFrom("utils", "tail")
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