Last updated on 2022-06-20 14:51:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.22 | 70.30 | 72.52 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.89 | 47.96 | 49.85 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 97.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 93.77 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 32.00 | 79.00 | 111.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.91 | 66.20 | 69.11 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.26 | 65.70 | 67.96 | NOTE | |
r-release-macos-arm64 | 1.0 | 25.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 34.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 7.00 | 79.00 | 86.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 33.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 48.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 85.00 | 90.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
coeplot: no visible global function definition for 'axis'
coeplot: no visible global function definition for 'lines'
coeplot: no visible global function definition for 'title'
coeplot: no visible global function definition for 'legend'
corplot: no visible global function definition for 'par'
corplot: no visible global function definition for 'pairs'
corplot: no visible global function definition for 'strwidth'
lm.estimate: no visible global function definition for 'as.formula'
lm.estimate: no visible global function definition for 'glm'
panel.cor: no visible global function definition for 'par'
panel.cor: no visible global function definition for 'cor'
panel.cor: no visible global function definition for 'strwidth'
panel.cor: no visible global function definition for 'text'
panel.smooth.r: no visible global function definition for 'par'
panel.smooth.r: no visible global function definition for 'points'
panel.smooth.r: no visible global function definition for 'lines'
posplot: no visible global function definition for 'par'
posplot: no visible global function definition for 'barplot'
posplot: no visible global function definition for 'points'
Undefined global functions or variables:
as.formula axis barplot cor glm legend lines pairs par points
strwidth text title
Consider adding
importFrom("graphics", "axis", "barplot", "legend", "lines", "pairs",
"par", "points", "strwidth", "text", "title")
importFrom("stats", "as.formula", "cor", "glm")
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