Last updated on 2021-04-16 20:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.61 | 31.90 | 34.51 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.04 | 25.07 | 27.11 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 51.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 42.23 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 73.00 | 81.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0 | NOTE | ||||
r-patched-linux-x86_64 | 1.0 | 2.84 | 31.17 | 34.01 | NOTE | |
r-patched-solaris-x86 | 1.0 | 76.90 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.67 | 31.07 | 33.74 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 64.00 | 71.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 283.00 | 290.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
drawAimSpot: no visible global function definition for 'points'
drawBoard: no visible global function definition for 'par'
drawBoard: no visible global function definition for 'points'
drawBoard: no visible global function definition for 'text'
drawHeatmap: no visible global function definition for 'heat.colors'
drawHeatmap: no visible global function definition for 'par'
drawHeatmap: no visible global function definition for 'image'
drawHeatmap: no visible global function definition for 'rect'
generalExpScores: no visible global function definition for 'fft'
simpleExpScores: no visible global function definition for 'mvfft'
simpleExpScores: no visible global function definition for 'fft'
Undefined global functions or variables:
fft heat.colors image mvfft par points rect text
Consider adding
importFrom("grDevices", "heat.colors")
importFrom("graphics", "image", "par", "points", "rect", "text")
importFrom("stats", "fft", "mvfft")
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-devel-windows-x86_64-gcc10-UCRT, 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: 1.0
Check: compiled code
Result: NOTE
File ‘darts/libs/darts.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0
Check: R code for possible problems
Result: NOTE
drawAimSpot: no visible global function definition for ‘points’
drawBoard: no visible global function definition for ‘par’
drawBoard: no visible global function definition for ‘plot’
drawBoard: no visible global function definition for ‘points’
drawBoard: no visible global function definition for ‘text’
drawHeatmap: no visible global function definition for ‘heat.colors’
drawHeatmap: no visible global function definition for ‘par’
drawHeatmap: no visible global function definition for ‘image’
drawHeatmap: no visible global function definition for ‘rect’
generalExpScores: no visible global function definition for ‘fft’
simpleExpScores: no visible global function definition for ‘mvfft’
simpleExpScores: no visible global function definition for ‘fft’
Undefined global functions or variables:
fft heat.colors image mvfft par plot points rect text
Consider adding
importFrom("grDevices", "heat.colors")
importFrom("graphics", "image", "par", "plot", "points", "rect",
"text")
importFrom("stats", "fft", "mvfft")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64