CRAN Package Check Results for Package igraph

Last updated on 2024-04-24 19:55:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.3 305.30 492.68 797.98 NOTE
r-devel-linux-x86_64-debian-gcc 2.0.3 249.95 361.76 611.71 NOTE
r-devel-linux-x86_64-fedora-clang 2.0.3 1084.54 NOTE
r-devel-linux-x86_64-fedora-gcc 2.0.3 1040.37 NOTE
r-devel-windows-x86_64 2.0.3 383.00 473.00 856.00 NOTE
r-patched-linux-x86_64 2.0.3 329.22 486.56 815.78 OK
r-release-linux-x86_64 2.0.3 297.79 460.21 758.00 OK
r-release-macos-arm64 2.0.3 230.00 NOTE
r-release-macos-x86_64 2.0.3 518.00 NOTE
r-release-windows-x86_64 2.0.3 385.00 469.00 854.00 NOTE
r-oldrel-macos-arm64 2.0.3 239.00 WARN
r-oldrel-macos-x86_64 2.0.3 410.00 NOTE
r-oldrel-windows-x86_64 2.0.3 461.00 603.00 1064.00 NOTE

Additional issues

noSuggests rchk

Check Details

Version: 2.0.3
Check: compiled code
Result: NOTE File ‘igraph/libs/igraph.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.0.3
Check: compiled code
Result: NOTE File ‘igraph/libs/igraph.so’: Found non-API calls to R: ‘R_PromiseExpr’, ‘SETLENGTH’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.0.3
Check: installed package size
Result: NOTE installed size is 8.8Mb sub-directories of 1Mb or more: R 1.4Mb doc 1.2Mb help 2.0Mb libs 3.6Mb Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 2.0.3
Check: whether package can be installed
Result: WARN Found the following significant warnings: vendor/cigraph/vendor/glpk/api/mps.c:1297:19: warning: explicitly assigning value of variable of type 'GLPAIJ *' (aka 'struct GLPAIJ *') to itself [-Wself-assign] vendor/cigraph/vendor/glpk/draft/glpapi06.c:565:26: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] vendor/cigraph/vendor/glpk/draft/glpapi06.c:574:20: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] vendor/cigraph/vendor/glpk/draft/glpios01.c:224:17: warning: explicitly assigning value of variable of type 'IOSNPD *' (aka 'struct IOSNPD *') to itself [-Wself-assign] vendor/cigraph/vendor/glpk/misc/ks.c:428:14: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] vendor/cigraph/vendor/glpk/mpl/mpl6.c:687:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] vendor/cigraph/vendor/glpk/mpl/mpl6.c:854:20: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] Flavor: r-oldrel-macos-arm64

Version: 2.0.3
Check: compiled code
Result: WARN File ‘igraph/libs/igraph.so’: Found ‘___stdoutp’, possibly from ‘stdout’ (C) Objects: ‘vendor/cigraph/vendor/glpk/env/stdout.o’, ‘vendor/cigraph/vendor/glpk/misc/mygmp.o’, ‘vendor/cigraph/vendor/glpk/mpl/mpl4.o’ Found ‘_exit’, possibly from ‘exit’ (C) Object: ‘vendor/cigraph/vendor/glpk/proxy/main.o’ Found ‘_printf’, possibly from ‘printf’ (C) Object: ‘vendor/cigraph/vendor/glpk/proxy/main.o’ Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C) Object: ‘vendor/cigraph/vendor/glpk/proxy/main.o’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavor: r-oldrel-macos-arm64