Last updated on 2023-05-29 05:55:06 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 24.06 | 30.53 | 54.59 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 17.93 | 24.11 | 42.04 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 75.87 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 73.93 | WARN | |||
r-devel-windows-x86_64 | 1.0.2 | 22.00 | 73.00 | 95.00 | WARN | |
r-patched-linux-x86_64 | 1.0.2 | 22.34 | 29.63 | 51.97 | WARN | |
r-release-linux-x86_64 | 1.0.2 | 20.08 | 29.88 | 49.96 | WARN | |
r-release-macos-arm64 | 1.0.2 | 28.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 40.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.2 | 32.00 | 79.00 | 111.00 | WARN | |
r-oldrel-macos-arm64 | 1.0.2 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 34.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.2 | 28.00 | 75.00 | 103.00 | OK |
Version: 1.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
./stable.h:182:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:185:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:188:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:191:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:194:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:197:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:200:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:203:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:206:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:209:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:212:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:215:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:218:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:221:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:40:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:67:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:69:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:71:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:74:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:77:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:80:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:101:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:111:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:116:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:120:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:124:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:128:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:136:23: 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/libstableR.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.0.2
Check: compiled code
Result: WARN
File ‘libstableR/libs/libstableR.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘stable_integration.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-clang, r-devel-linux-x86_64-fedora-clang
Version: 1.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
stable.h:182:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:185:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:188:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:191:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:194:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:197:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:200:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:203:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:206:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:209:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:212:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:215:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:218:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:221:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:40:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:67:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:69:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:71:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:74:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:77:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:80:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:101:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:111:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:116:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:120:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:124:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:128:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:136:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/libstableR.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.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
./stable.h:182:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:185:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:188:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:191:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:194:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:197:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:200:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:203:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:206:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:209:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:212:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:215:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:218:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./stable.h:221:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:40:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:67:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:69:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:71:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:74:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:77:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:80:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:101:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:111:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:116:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:120:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:124:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:128:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
stable_dist.c:136:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
See ‘/data/gannet/ripley/R/packages/tests-clang/libstableR.Rcheck/00install.out’ for details.
* used C compiler: ‘clang version 16.0.3’
* used C++ compiler: ‘clang version 16.0.3’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
stable.h:182:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:185:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:188:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:191:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:194:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:197:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:200:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:203:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:206:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:209:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:212:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:215:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:218:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:221:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:40:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:67:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:69:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:71:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:74:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:77:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:80:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:101:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:111:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:116:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:120:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:124:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:128:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:136:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
See ‘/data/gannet/ripley/R/packages/tests-devel/libstableR.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-13 (GCC) 13.1.0’
* used C++ compiler: ‘g++-13 (GCC) 13.1.0’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
stable.h:182:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:185:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:188:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:191:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:194:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:197:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:200:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:203:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:206:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:209:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:212:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:215:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:218:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:221:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:40:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:67:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:69:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:71:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:74:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:77:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:80:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:101:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:111:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:116:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:120:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:124:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:128:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:136:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
See 'd:/Rcompile/CRANpkg/local/4.4/libstableR.Rcheck/00install.out' for details.
* used C compiler: 'gcc.exe (GCC) 12.2.0'
* used C++ compiler: 'g++.exe (GCC) 12.2.0'
Flavor: r-devel-windows-x86_64
Version: 1.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
stable.h:182:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:185:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:188:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:191:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:194:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:197:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:200:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:203:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:206:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:209:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:212:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:215:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:218:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:221:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:40:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:67:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:69:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:71:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:74:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:77:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:80:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:101:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:111:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:116:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:120:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:124:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:128:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:136:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/libstableR.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-11 (Debian 11.3.0-12) 11.3.0’
* used C++ compiler: ‘g++-11 (Debian 11.3.0-12) 11.3.0’
Flavor: r-patched-linux-x86_64
Version: 1.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
stable.h:182:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:185:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:188:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:191:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:194:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:197:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:200:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:203:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:206:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:209:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:212:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:215:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:218:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable.h:221:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:40:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:67:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:69:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:71:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:74:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:77:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:80:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:101:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:111:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:116:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:120:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:124:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:128:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
stable_dist.c:136:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See ‘/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/libstableR.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-11 (Debian 11.3.0-12) 11.3.0’
* used C++ compiler: ‘g++-11 (Debian 11.3.0-12) 11.3.0’
Flavor: r-release-linux-x86_64
Version: 1.0.2
Check: installed package size
Result: NOTE
installed size is 5.1Mb
sub-directories of 1Mb or more:
libs 5.0Mb
Flavor: r-release-macos-x86_64
Version: 1.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
stable.h:182:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:185:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:188:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:191:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:194:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:197:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:200:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:203:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:206:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:209:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:212:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:215:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:218:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable.h:221:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:40:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:67:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:69:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:71:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:74:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:77:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:80:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:101:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:111:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:116:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:120:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:124:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:128:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
stable_dist.c:136:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
See 'd:/Rcompile/CRANpkg/local/4.3/libstableR.Rcheck/00install.out' for details.
* used C compiler: 'gcc.exe (GCC) 12.2.0'
* used C++ compiler: 'g++.exe (GCC) 12.2.0'
Flavor: r-release-windows-x86_64