CRAN Package Check Results for Package rgexf

Last updated on 2019-01-19 00:46:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.15.3 4.37 45.64 50.01 NOTE
r-devel-linux-x86_64-debian-gcc 0.15.3 2.86 35.57 38.43 NOTE
r-devel-linux-x86_64-fedora-clang 0.15.3 58.39 NOTE
r-devel-linux-x86_64-fedora-gcc 0.15.3 56.10 NOTE
r-devel-windows-ix86+x86_64 0.15.3 16.00 107.00 123.00 NOTE
r-patched-linux-x86_64 0.15.3 3.93 42.75 46.68 NOTE
r-patched-solaris-x86 0.15.3 87.00 NOTE
r-release-linux-x86_64 0.15.3 3.23 42.87 46.10 NOTE
r-release-windows-ix86+x86_64 0.15.3 11.00 112.00 123.00 NOTE
r-release-osx-x86_64 0.15.3 NOTE
r-oldrel-windows-ix86+x86_64 0.15.3 12.00 82.00 94.00 NOTE
r-oldrel-osx-x86_64 0.15.3 NOTE

Additional issues

valgrind

Check Details

Version: 0.15.3
Check: R code for possible problems
Result: NOTE
    gexf.to.igraph: no visible global function definition for ‘rgb’
    igraph.to.gexf: no visible global function definition for ‘col2rgb’
    Undefined global functions or variables:
     col2rgb rgb
    Consider adding
     importFrom("grDevices", "col2rgb", "rgb")
    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: 0.15.3
Check: compiled code
Result: NOTE
    File ‘rgexf/libs/rgexf.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