Last updated on 2020-08-07 01:49:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.1 | 2.27 | 22.61 | 24.88 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3.1 | 1.82 | 17.68 | 19.50 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.3.1 | 39.44 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.1 | 30.29 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.3.1 | 6.00 | 32.00 | 38.00 | NOTE | |
r-patched-linux-x86_64 | 2.3.1 | 2.08 | 22.52 | 24.60 | NOTE | |
r-patched-solaris-x86 | 2.3.1 | 46.20 | NOTE | |||
r-release-linux-x86_64 | 2.3.1 | 2.62 | 22.46 | 25.08 | NOTE | |
r-release-macos-x86_64 | 2.3.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.3.1 | 5.00 | 35.00 | 40.00 | NOTE | |
r-oldrel-macos-x86_64 | 2.3.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.3.1 | 5.00 | 51.00 | 56.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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, 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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-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 ‘plot’
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 ‘plot’
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 plot rect
text
Consider adding
importFrom("grDevices", "contourLines")
importFrom("graphics", "abline", "axis", "contour", "legend", "lines",
"par", "plot", "rect", "text")
importFrom("stats", "approx")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64