CRAN Package Check Results for Package htree

Last updated on 2023-03-31 07:53:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 10.17 35.15 45.32 WARN
r-devel-linux-x86_64-debian-gcc 2.0.0 6.88 27.53 34.41 WARN
r-devel-linux-x86_64-fedora-clang 2.0.0 56.79 WARN
r-devel-linux-x86_64-fedora-gcc 2.0.0 54.98 WARN
r-devel-windows-x86_64 2.0.0 16.00 0.00 16.00 OK
r-patched-linux-x86_64 2.0.0 8.05 34.79 42.84 WARN
r-release-linux-x86_64 2.0.0 7.16 34.63 41.79 OK
r-release-macos-arm64 2.0.0 19.00 OK
r-release-macos-x86_64 2.0.0 26.00 OK
r-release-windows-x86_64 2.0.0 17.00 58.00 75.00 OK
r-oldrel-macos-arm64 2.0.0 28.00 OK
r-oldrel-macos-x86_64 2.0.0 45.00 OK
r-oldrel-windows-ix86+x86_64 2.0.0 20.00 42.00 62.00 OK

Check Details

Version: 2.0.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     htree.c:126:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:135:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:324:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:362:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:408:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:499:7: warning: variable 'ff' is uninitialized when used here [-Wuninitialized]
     htree.c:517:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:693:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:711:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:813:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1476:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1494:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1528:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1679:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1754:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1765:18: warning: variable 'tnode' is uninitialized when used here [-Wuninitialized]
     htree.c:1839:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1869:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1909:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:2906:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:3696:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     init.c:13: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/htree.Rcheck/00install.out’ for details.
    * used C compiler: ‘Debian clang version 15.0.6’
Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.0.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     htree.c:126:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:135:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:324:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:362:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:408:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:517:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:693:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:711:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:813:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1476:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1494:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1528:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1679:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1754:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1839:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1869:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1909:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:2906:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:3696:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     init.c:13:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/htree.Rcheck/00install.out’ for details.
    * used C compiler: ‘gcc-12 (Debian 12.2.0-14) 12.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.0.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     htree.c:126:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:135:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:324:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:362:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:408:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:499:7: warning: variable 'ff' is uninitialized when used here [-Wuninitialized]
     htree.c:517:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:693:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:711:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:813:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1476:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1494:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1528:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1679:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1754:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1765:18: warning: variable 'tnode' is uninitialized when used here [-Wuninitialized]
     htree.c:1839:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1869:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:1909:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:2906:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     htree.c:3696:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     init.c:13: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/htree.Rcheck/00install.out’ for details.
    * used C compiler: ‘clang version 16.0.0’
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.0.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     htree.c:126:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:135:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:324:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:362:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:408:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:517:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:693:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:711:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:813:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1476:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1494:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1528:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1679:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1754:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1839:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1869:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1909:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:2906:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:3696:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     init.c:13:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    See ‘/data/gannet/ripley/R/packages/tests-devel/htree.Rcheck/00install.out’ for details.
    * used C compiler: ‘gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2.0.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     htree.c:126:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:135:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:324:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:362:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:408:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:517:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:693:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:711:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:813:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1476:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1494:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1528:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1679:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1754:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1839:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1869:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:1909:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:2906:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     htree.c:3696:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     init.c:13:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/htree.Rcheck/00install.out’ for details.
    * used C compiler: ‘gcc-11 (Debian 11.3.0-12) 11.3.0’
Flavor: r-patched-linux-x86_64