Last updated on 2020-08-07 01:49:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 1.54 | 18.64 | 20.18 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 1.39 | 14.68 | 16.07 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 33.48 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 24.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 7.00 | 32.00 | 39.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 1.56 | 18.73 | 20.29 | NOTE | |
r-patched-solaris-x86 | 0.1 | 40.60 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 1.77 | 18.70 | 20.47 | NOTE | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 5.00 | 27.00 | 32.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 4.00 | 37.00 | 41.00 | NOTE |
Version: 0.1
Check: R code for possible problems
Result: NOTE
miney : plot.initial.matrix: no visible global function definition for
'rect'
miney : plot.known.matrix: no visible global function definition for
'rect'
miney : plot.known.matrix: no visible global function definition for
'text'
miney: no visible global function definition for 'locator'
miney: no visible global function definition for 'rect'
miney: no visible global function definition for 'title'
Undefined global functions or variables:
locator rect text title
Consider adding
importFrom("graphics", "locator", "rect", "text", "title")
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: 0.1
Check: R code for possible problems
Result: NOTE
miney : plot.initial.matrix: no visible global function definition for
‘plot’
miney : plot.initial.matrix: no visible global function definition for
‘rect’
miney : plot.known.matrix: no visible global function definition for
‘plot’
miney : plot.known.matrix: no visible global function definition for
‘rect’
miney : plot.known.matrix: no visible global function definition for
‘text’
miney: no visible global function definition for ‘locator’
miney: no visible global function definition for ‘rect’
miney: no visible global function definition for ‘title’
Undefined global functions or variables:
locator plot rect text title
Consider adding
importFrom("graphics", "locator", "plot", "rect", "text", "title")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64