CRAN Package Check Results for Package PerfMeas

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 6.10 47.75 53.85 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.1 4.86 37.40 42.26 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.1 72.00 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2.1 63.00 NOTE
r-devel-windows-ix86+x86_64 1.2.1 18.00 76.00 94.00 NOTE
r-patched-linux-x86_64 1.2.1 5.86 47.37 53.23 NOTE
r-patched-solaris-x86 1.2.1 95.60 NOTE
r-release-linux-x86_64 1.2.1 5.66 47.22 52.88 NOTE
r-release-macos-x86_64 1.2.1 NOTE
r-release-windows-ix86+x86_64 1.2.1 14.00 76.00 90.00 NOTE
r-oldrel-macos-x86_64 1.2.1 NOTE
r-oldrel-windows-ix86+x86_64 1.2.1 14.00 99.00 113.00 NOTE

Check Details

Version: 1.2.1
Check: R code for possible problems
Result: NOTE
    performance.curves.plot: no visible global function definition for
     'postscript'
    performance.curves.plot: no visible global function definition for
     'axis'
    performance.curves.plot: no visible global function definition for
     'lines'
    performance.curves.plot: no visible global function definition for
     'legend'
    performance.curves.plot: no visible global function definition for
     'grid'
    performance.curves.plot: no visible global function definition for
     'dev.off'
    precision.recall.curves.plot: no visible global function definition for
     'postscript'
    precision.recall.curves.plot: no visible global function definition for
     'axis'
    precision.recall.curves.plot: no visible global function definition for
     'lines'
    precision.recall.curves.plot: no visible global function definition for
     'legend'
    precision.recall.curves.plot: no visible global function definition for
     'grid'
    precision.recall.curves.plot: no visible global function definition for
     'dev.off'
    Undefined global functions or variables:
     axis dev.off grid legend lines postscript
    Consider adding
     importFrom("grDevices", "dev.off", "postscript")
     importFrom("graphics", "axis", "grid", "legend", "lines")
    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

Version: 1.2.1
Check: compiled code
Result: NOTE
    File ‘PerfMeas/libs/PerfMeas.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