Last updated on 2025-06-18 04:51:46 CEST.
Package | WARN | OK |
---|---|---|
Rdsdp | 1 | 12 |
Current CRAN status: WARN: 1, OK: 12
Version: 1.0.5.2.1
Check: compiled code
Result: WARN
File ‘Rdsdp/libs/Rdsdp.so’:
Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_exit’, possibly from ‘exit’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_printf’, possibly from ‘printf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_putchar’, possibly from ‘putchar’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_vsprintf’, possibly from ‘vsprintf’ (C)
Object: ‘dsdp/lib/libdsdp.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-release-macos-x86_64