Last updated on 2022-06-20 14:51:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 6.65 | 64.38 | 71.03 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 6.17 | 49.07 | 55.24 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 94.43 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 95.08 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 9.00 | 83.00 | 92.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 5.99 | 62.11 | 68.10 | NOTE | |
r-release-linux-x86_64 | 1.0 | 6.55 | 61.67 | 68.22 | NOTE | |
r-release-macos-arm64 | 1.0 | 25.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 41.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 9.00 | 84.00 | 93.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 33.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 53.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 16.00 | 81.00 | 97.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
paf: no visible global function definition for 'as.formula'
paf: no visible global function definition for 'model.response'
paf: no visible global function definition for 'model.frame'
paf: no visible global function definition for 'model.matrix'
plot.paf: no visible global function definition for 'lines'
Undefined global functions or variables:
as.formula lines model.frame model.matrix model.response
Consider adding
importFrom("graphics", "lines")
importFrom("stats", "as.formula", "model.frame", "model.matrix",
"model.response")
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