CRAN Package Check Results for Package darts

Last updated on 2022-03-06 12:51:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 2.58 41.48 44.06 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 53.89 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 44.58 NOTE
r-devel-windows-x86_64-new-UL 1.0 17.00 55.00 72.00 NOTE
r-devel-windows-x86_64-new-TK 1.0 NOTE
r-patched-linux-x86_64 1.0 2.44 39.45 41.89 NOTE
r-release-linux-x86_64 1.0 NOTE
r-release-macos-arm64 1.0 NOTE
r-release-macos-x86_64 1.0 NOTE
r-release-windows-ix86+x86_64 1.0 7.00 66.00 73.00 NOTE
r-oldrel-macos-x86_64 1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.0 7.00 64.00 71.00 NOTE

Check Details

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-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-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