CRAN Package Check Results for Package BFpack

Last updated on 2023-09-11 10:57:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 24.49 446.19 470.68 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.0 16.97 318.93 335.90 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.0 599.95 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.0 614.23 NOTE
r-devel-windows-x86_64 1.0.0 22.00 308.00 330.00 OK
r-patched-linux-x86_64 1.0.0 19.88 428.19 448.07 NOTE
r-release-linux-x86_64 1.0.0 20.04 431.21 451.25 OK
r-release-macos-arm64 1.0.0 151.00 OK
r-release-macos-x86_64 1.0.0 264.00 OK
r-release-windows-x86_64 1.0.0 29.00 420.00 449.00 OK
r-oldrel-macos-arm64 1.0.0 128.00 OK
r-oldrel-macos-x86_64 1.0.0 207.00 OK
r-oldrel-windows-x86_64 1.0.0 28.00 401.00 429.00 OK

Additional issues

clang17

Check Details

Version: 1.0.0
Check: compiled code
Result: NOTE
    File ‘BFpack/libs/BFpack.so’:
     Found ‘_gfortran_arandom_r8’, possibly from ‘random_number’ (Fortran)
     Object: ‘bct_continuous_final.o’
     Found ‘_gfortran_random_r4’, possibly from ‘random_number’ (Fortran)
     Object: ‘bct_prior.o’
     Found ‘_gfortran_random_r8’, possibly from ‘random_number’ (Fortran)
     Object: ‘bct_continuous_final.o’
     Found ‘_gfortran_random_seed_i4’, possibly from ‘random_seed’
     (Fortran)
     Objects: ‘bct_continuous_final.o’, ‘bct_prior.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-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64