CRAN Package Check Results for Package PerfMeas

Last updated on 2019-01-15 00:46:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 3.47 42.75 46.22 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.1 2.67 33.59 36.26 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.1 55.29 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2.1 52.46 NOTE
r-devel-windows-ix86+x86_64 1.2.1 9.00 61.00 70.00 NOTE
r-patched-linux-x86_64 1.2.1 3.26 39.63 42.89 NOTE
r-patched-solaris-x86 1.2.1 81.90 NOTE
r-release-linux-x86_64 1.2.1 3.55 39.60 43.15 NOTE
r-release-windows-ix86+x86_64 1.2.1 9.00 61.00 70.00 NOTE
r-release-osx-x86_64 1.2.1 NOTE
r-oldrel-windows-ix86+x86_64 1.2.1 9.00 65.00 74.00 NOTE
r-oldrel-osx-x86_64 1.2.1 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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