CRAN Package Check Results for Package aphylo

Last updated on 2022-12-05 09:51:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2-1 72.27 207.34 279.61 WARN
r-devel-linux-x86_64-debian-gcc 0.2-1 59.91 155.07 214.98 WARN
r-devel-linux-x86_64-fedora-clang 0.2-1 395.32 WARN
r-devel-linux-x86_64-fedora-gcc 0.2-1 368.66 WARN
r-devel-windows-x86_64 0.2-1 81.00 276.00 357.00 OK
r-patched-linux-x86_64 0.2-1 63.95 192.04 255.99 OK
r-release-linux-x86_64 0.2-1 65.81 198.16 263.97 OK
r-release-macos-arm64 0.2-1 90.00 OK
r-release-macos-x86_64 0.2-1 121.00 OK
r-release-windows-x86_64 0.2-1 96.00 261.00 357.00 OK
r-oldrel-macos-arm64 0.2-1 78.00 OK
r-oldrel-macos-x86_64 0.2-1 125.00 OK
r-oldrel-windows-ix86+x86_64 0.2-1 173.00 382.00 555.00 OK

Check Details

Version: 0.2-1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     ../inst/include/tree_meat.hpp:375:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang

Version: 0.2-1
Check: compiled code
Result: WARN
    File ‘aphylo/libs/aphylo.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Object: ‘sim_phylo.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: 0.2-1
Check: compiled code
Result: WARN
    File ‘aphylo/libs/aphylo.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Object: ‘sim_phylo.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