Last updated on 2022-06-13 12:54:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.52 | 36.62 | 39.14 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.06 | 28.81 | 30.87 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 50.23 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 48.22 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 23.00 | 59.00 | 82.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.76 | 35.11 | 37.87 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.62 | 35.02 | 37.64 | NOTE | |
r-release-macos-arm64 | 1.0 | 18.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 24.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 20.00 | 54.00 | 74.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 29.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 48.00 | 53.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
ForwardSearch.fit: no visible global function definition for 'glm.fit'
ForwardSearch.plot: no visible global function definition for 'lines'
ForwardSearch.pointwise.asymptotics: no visible global function
definition for 'qnorm'
ForwardSearch.pointwise.asymptotics: no visible global function
definition for 'dnorm'
Undefined global functions or variables:
dnorm glm.fit lines qnorm
Consider adding
importFrom("graphics", "lines")
importFrom("stats", "dnorm", "glm.fit", "qnorm")
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