CRAN Package Check Results for Package cubature

Last updated on 2025-03-22 08:53:13 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1 27.09 176.97 204.06 WARN
r-devel-linux-x86_64-debian-gcc 2.1.1 21.31 97.16 118.47 WARN
r-devel-linux-x86_64-fedora-clang 2.1.1 387.10 WARN
r-devel-linux-x86_64-fedora-gcc 2.1.1 390.06 WARN
r-devel-macos-arm64 2.1.1 85.00 OK
r-devel-macos-x86_64 2.1.1 272.00 OK
r-devel-windows-x86_64 2.1.1 34.00 165.00 199.00 OK
r-patched-linux-x86_64 2.1.1 26.30 161.68 187.98 WARN
r-release-linux-x86_64 2.1.1 23.86 156.98 180.84 OK
r-release-macos-arm64 2.1.1 75.00 OK
r-release-macos-x86_64 2.1.1 290.00 OK
r-release-windows-x86_64 2.1.1 36.00 168.00 204.00 OK
r-oldrel-macos-arm64 2.1.1 OK
r-oldrel-macos-x86_64 2.1.1 373.00 OK
r-oldrel-windows-x86_64 2.1.1 35.00 220.00 255.00 OK

Check Details

Version: 2.1.1
Check: compiled code
Result: WARN File ‘cubature/libs/cubature.so’: Found ‘exit’, possibly from ‘exit’ (C) Objects: ‘Cuba/libcuba.a’, ‘cubature-1.0.4/libcubature.a’ Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C) Object: ‘Cuba/libcuba.a’ Found ‘sprintf’, possibly from ‘sprintf’ (C) Object: ‘Cuba/libcuba.a’ Found ‘stderr’, possibly from ‘stderr’ (C) Object: ‘cubature-1.0.4/libcubature.a’ Found ‘stdout’, possibly from ‘stdout’ (C) Object: ‘Cuba/libcuba.a’ 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-patched-linux-x86_64

Version: 2.1.1
Check: compiled code
Result: WARN File ‘cubature/libs/cubature.so’: Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C) Object: ‘Cuba/libcuba.a’ Found ‘exit’, possibly from ‘exit’ (C) Objects: ‘Cuba/libcuba.a’, ‘cubature-1.0.4/libcubature.a’ Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C) Object: ‘Cuba/libcuba.a’ Found ‘stderr’, possibly from ‘stderr’ (C) Object: ‘cubature-1.0.4/libcubature.a’ Found ‘stdout’, possibly from ‘stdout’ (C) Object: ‘Cuba/libcuba.a’ 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-fedora-clang, r-devel-linux-x86_64-fedora-gcc