Last updated on 2022-05-09 17:52:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.1 | 2.23 | 34.67 | 36.90 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3.1 | 1.98 | 27.03 | 29.01 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.3.1 | 46.48 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.1 | 44.08 | NOTE | |||
r-devel-windows-x86_64 | 2.3.1 | 10.00 | 53.00 | 63.00 | NOTE | |
r-patched-linux-x86_64 | 2.3.1 | 2.27 | 34.00 | 36.27 | NOTE | |
r-release-linux-x86_64 | 2.3.1 | 2.27 | 33.17 | 35.44 | NOTE | |
r-release-macos-arm64 | 2.3.1 | 16.00 | NOTE | |||
r-release-macos-x86_64 | 2.3.1 | 28.00 | NOTE | |||
r-release-windows-x86_64 | 2.3.1 | 5.00 | 54.00 | 59.00 | NOTE | |
r-oldrel-macos-arm64 | 2.3.1 | 18.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.3.1 | 27.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 2.3.1 | 5.00 | 33.00 | 38.00 | NOTE |
Version: 2.3.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'stats' in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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
Version: 2.3.1
Check: R code for possible problems
Result: NOTE
binteg: no visible global function definition for 'contourLines'
binteg: no visible global function definition for 'approx'
binteg: no visible global function definition for 'par'
plot1: no visible global function definition for 'par'
plot1: no visible global function definition for 'rect'
plot1: no visible global function definition for 'axis'
plot1: no visible global function definition for 'contour'
plot1: no visible global function definition for 'contourLines'
plot1: no visible binding for global variable 'approx'
plot1: no visible global function definition for 'lines'
plot1: no visible global function definition for 'text'
plot2: no visible global function definition for 'abline'
plot2: no visible global function definition for 'lines'
plot2: no visible global function definition for 'legend'
Undefined global functions or variables:
abline approx axis contour contourLines legend lines par rect text
Consider adding
importFrom("grDevices", "contourLines")
importFrom("graphics", "abline", "axis", "contour", "legend", "lines",
"par", "rect", "text")
importFrom("stats", "approx")
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