CRAN Package Check Results for Package nanonext

Last updated on 2025-03-18 06:56:19 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.1 30.88 32.70 63.58 OK
r-devel-linux-x86_64-debian-gcc 1.5.1 26.73 25.51 52.24 WARN
r-devel-linux-x86_64-fedora-clang 1.5.1 130.36 OK
r-devel-linux-x86_64-fedora-gcc 1.5.1 168.46 OK
r-devel-macos-arm64 1.5.1 102.00 OK
r-devel-macos-x86_64 1.5.1 157.00 OK
r-devel-windows-x86_64 1.5.1 212.00 99.00 311.00 OK
r-patched-linux-x86_64 1.5.1 33.35 33.58 66.93 OK
r-release-linux-x86_64 1.5.1 31.50 33.80 65.30 OK
r-release-macos-arm64 1.5.1 87.00 OK
r-release-macos-x86_64 1.5.1 175.00 OK
r-release-windows-x86_64 1.5.1 216.00 95.00 311.00 OK
r-oldrel-macos-arm64 1.5.1 81.00 OK
r-oldrel-macos-x86_64 1.5.1 138.00 OK
r-oldrel-windows-x86_64 1.5.1 214.00 107.00 321.00 OK

Check Details

Version: 1.5.1
Check: compiled code
Result: WARN File ‘nanonext/libs/nanonext.so’: Found ‘abort’, possibly from ‘abort’ (C) Object: ‘../install/lib/libnng.a’ Found ‘stderr’, possibly from ‘stderr’ (C) Object: ‘../install/lib/libnng.a’ Found ‘stdout’, possibly from ‘stdout’ (C) Object: ‘../install/lib/libnng.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. Flavor: r-devel-linux-x86_64-debian-gcc