CRAN Package Check Results for Maintainer ‘Rafael Junqueira Martarelli <rfel.jm at gmail.com>’

Last updated on 2025-04-23 13:51:56 CEST.

Package WARN NOTE OK
LibOPF 8 2 3

Package LibOPF

Current CRAN status: WARN: 8, NOTE: 2, OK: 3

Version: 2.6.2
Check: compiled code
Result: WARN File ‘LibOPF/libs/LibOPF.so’: Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C) Object: ‘include/libOPF.a’ Found ‘sprintf’, possibly from ‘sprintf’ (C) Object: ‘include/libOPF.a’ Found ‘srand’, possibly from ‘srand’ (C) Object: ‘include/libOPF.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-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.6.2
Check: compiled code
Result: NOTE File 'LibOPF/libs/x64/LibOPF.dll': Found 'puts', possibly from 'printf' (C), 'puts' (C) Object: 'include/libOPF.a' Found 'srand', possibly from 'srand' (C) Object: 'include/libOPF.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-windows-x86_64, r-release-windows-x86_64

Version: 2.6.2
Check: compiled code
Result: WARN File ‘LibOPF/libs/LibOPF.so’: Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C) Object: ‘include/libOPF.a’ Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C) Object: ‘include/libOPF.a’ Found ‘_srand’, possibly from ‘srand’ (C) Object: ‘include/libOPF.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-release-macos-arm64, r-release-macos-x86_64