Last updated on 2019-03-14 00:46:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.15.3 | 4.55 | 46.57 | 51.12 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.15.3 | 3.65 | 36.33 | 39.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.15.3 | 60.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.15.3 | 57.72 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.15.3 | 13.00 | 103.00 | 116.00 | NOTE | |
r-patched-linux-x86_64 | 0.15.3 | 3.98 | 42.63 | 46.61 | NOTE | |
r-patched-solaris-x86 | 0.15.3 | 87.80 | NOTE | |||
r-release-linux-x86_64 | NOTE | |||||
r-release-windows-ix86+x86_64 | 0.15.3 | 13.00 | 107.00 | 120.00 | NOTE | |
r-release-osx-x86_64 | 0.15.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.15.3 | 10.00 | 79.00 | 89.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.15.3 | NOTE |
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