Last updated on 2023-01-25 04:51:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.5 | 258.33 | 305.03 | 563.36 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.3.5 | 211.08 | 249.50 | 460.58 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.3.5 | 782.43 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.5 | 727.48 | WARN | |||
r-devel-windows-x86_64 | 1.3.5 | 822.00 | 541.00 | 1363.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.5 | 224.78 | 230.06 | 454.84 | OK | |
r-release-linux-x86_64 | 1.3.5 | 214.46 | 218.90 | 433.36 | OK | |
r-release-macos-arm64 | 1.3.5 | 206.00 | NOTE | |||
r-release-macos-x86_64 | 1.3.5 | 258.00 | NOTE | |||
r-release-windows-x86_64 | 1.3.5 | 825.00 | 460.00 | 1285.00 | NOTE | |
r-oldrel-macos-arm64 | 1.3.5 | 187.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.3.5 | 259.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.3.5 | 724.00 | 712.00 | 1436.00 | NOTE |
Version: 1.3.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
core/core/error.c:65:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
core/graph/attributes.c:290:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
core/random/random.c:546:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/gss.h:132:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/gss.c:60:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/mt.c:20:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/platform.c:36:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./rrandom.h:26:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./init.c:51:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./init.c:104:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:2506:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:2522:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:9433:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rrandom.c:108:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/igraph.Rcheck/00install.out’ for details.
* used C compiler: ‘Debian clang version 15.0.6’
* used C++ compiler: ‘Debian clang version 15.0.6’
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.3.5
Check: compiled code
Result: WARN
File ‘igraph/libs/igraph.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘core/internal/glpk_support.o’, ‘vendor/uuid/unparse.o’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘core/community/spinglass/NetRoutines.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 nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.3.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
core/core/error.c:65:29: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/gss.h:132:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/gss.c:60:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/mt.c:20:17: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/platform.c:36:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rrandom.h:26:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
init.c:51:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
init.c:104:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:2506:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:2522:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:9433:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rrandom.c:108:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/igraph.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-12 (Debian 12.2.0-14) 12.2.0’
* used C++ compiler: ‘g++-12 (Debian 12.2.0-14) 12.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.5
Check: compiled code
Result: WARN
File ‘igraph/libs/igraph.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘core/community/spinglass/NetRoutines.o’,
‘core/internal/glpk_support.o’, ‘vendor/uuid/unparse.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 nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 1.3.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
core/core/error.c:65:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
core/graph/attributes.c:290:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
core/random/random.c:546:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/gss.h:132:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/gss.c:60:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/mt.c:20:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/platform.c:36:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./rrandom.h:26:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./init.c:51:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./init.c:104:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:2506:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:2522:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rrandom.c:108:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:9433:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
See ‘/data/gannet/ripley/R/packages/tests-clang/igraph.Rcheck/00install.out’ for details.
* used C compiler: ‘clang version 15.0.7’
* used C++ compiler: ‘clang version 15.0.7’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.3.5
Check: installed package size
Result: NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
R 1.4Mb
help 1.2Mb
libs 3.4Mb
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-ix86+x86_64
Version: 1.3.5
Check: compiled code
Result: WARN
File ‘igraph/libs/igraph.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Objects: ‘core/community/spinglass/NetRoutines.o’,
‘core/internal/glpk_support.o’, ‘vendor/uuid/unparse.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 nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.3.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
core/core/error.c:65:29: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/gss.h:132:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/gss.c:60:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/mt.c:20:17: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/platform.c:36:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rrandom.h:26:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
init.c:51:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
init.c:104:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:2506:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:2522:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:9433:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rrandom.c:108:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See ‘/data/gannet/ripley/R/packages/tests-devel/igraph.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
* used C++ compiler: ‘g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
Flavor: r-devel-linux-x86_64-fedora-gcc