Last updated on 2020-08-07 01:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.5 | 2.14 | 18.40 | 20.54 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.5 | 1.59 | 14.70 | 16.29 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.5 | 33.68 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.5 | 23.64 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.5 | 7.00 | 38.00 | 45.00 | NOTE | |
r-patched-linux-x86_64 | 3.5 | 1.92 | 18.42 | 20.34 | NOTE | |
r-patched-solaris-x86 | 3.5 | 37.70 | NOTE | |||
r-release-linux-x86_64 | 3.5 | 2.12 | 18.30 | 20.42 | NOTE | |
r-release-macos-x86_64 | 3.5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 3.5 | 5.00 | 27.00 | 32.00 | NOTE | |
r-oldrel-macos-x86_64 | 3.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 3.5 | 4.00 | 37.00 | 41.00 | NOTE |
Version: 3.5
Check: R code for possible problems
Result: NOTE
DTK.plot: no visible global function definition for 'axis'
DTK.plot: no visible global function definition for 'title'
DTK.plot: no visible global function definition for 'lines'
DTK.plot: no visible global function definition for 'points'
DTK.test: no visible binding for global variable 'sd'
DTK.test: no visible global function definition for 'qtukey'
TK.test: no visible global function definition for 'TukeyHSD'
TK.test: no visible global function definition for 'aov'
Undefined global functions or variables:
TukeyHSD aov axis lines points qtukey sd title
Consider adding
importFrom("graphics", "axis", "lines", "points", "title")
importFrom("stats", "TukeyHSD", "aov", "qtukey", "sd")
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: 3.5
Check: R code for possible problems
Result: NOTE
DTK.plot: no visible global function definition for ‘plot’
DTK.plot: no visible global function definition for ‘axis’
DTK.plot: no visible global function definition for ‘title’
DTK.plot: no visible global function definition for ‘lines’
DTK.plot: no visible global function definition for ‘points’
DTK.test: no visible binding for global variable ‘sd’
DTK.test: no visible global function definition for ‘qtukey’
TK.test: no visible global function definition for ‘TukeyHSD’
TK.test: no visible global function definition for ‘aov’
Undefined global functions or variables:
TukeyHSD aov axis lines plot points qtukey sd title
Consider adding
importFrom("graphics", "axis", "lines", "plot", "points", "title")
importFrom("stats", "TukeyHSD", "aov", "qtukey", "sd")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64