CRAN Package Check Results for Package saccades

Last updated on 2020-08-07 01:49:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-1 2.26 21.62 23.88 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-1 1.83 16.71 18.54 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-1 36.70 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-1 27.21 NOTE
r-devel-windows-ix86+x86_64 0.1-1 7.00 40.00 47.00 NOTE
r-patched-linux-x86_64 0.1-1 2.29 20.92 23.21 NOTE
r-patched-solaris-x86 0.1-1 45.80 NOTE
r-release-linux-x86_64 0.1-1 2.06 21.06 23.12 NOTE
r-release-macos-x86_64 0.1-1 NOTE
r-release-windows-ix86+x86_64 0.1-1 11.00 47.00 58.00 NOTE
r-oldrel-macos-x86_64 0.1-1 NOTE
r-oldrel-windows-ix86+x86_64 0.1-1 4.00 45.00 49.00 NOTE

Check Details

Version: 0.1-1
Check: R code for possible problems
Result: NOTE
    calculate.summary: no visible global function definition for 'sd'
    detect.saccades: no visible global function definition for 'median'
    diagnostic.plot: no visible global function definition for 'dev.new'
    diagnostic.plot: no visible global function definition for 'par'
    diagnostic.plot: no visible global function definition for 'recordPlot'
    diagnostic.plot: no visible global function definition for 'dev.off'
    Undefined global functions or variables:
     dev.new dev.off median par recordPlot sd
    Consider adding
     importFrom("grDevices", "dev.new", "dev.off", "recordPlot")
     importFrom("graphics", "par")
     importFrom("stats", "median", "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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64