Last updated on 2025-03-20 06:54:18 CET.
Package | WARN | NOTE | OK |
---|---|---|---|
ast2ast | 15 | ||
dfdr | 7 | 8 | |
paropt | 4 | 4 | 7 |
Current CRAN status: OK: 15
Current CRAN status: NOTE: 7, OK: 8
Version: 0.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘differentiate.R’ ‘gradient.R’ ‘simplify.R’
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-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64
Current CRAN status: WARN: 4, NOTE: 4, OK: 7
Version: 0.3.3
Check: compiled code
Result: WARN
File ‘paropt/libs/paropt.so’:
Found ‘__vprintf_chk’, possibly from ‘vprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘../inst/libsundials.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-clang
Version: 0.3.3
Check: compiled code
Result: WARN
File ‘paropt/libs/paropt.so’:
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘../inst/libsundials.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-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.3
Check: compiled code
Result: WARN
File ‘paropt/libs/paropt.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘../inst/libsundials.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-fedora-clang
Version: 0.3.3
Check: installed package size
Result: NOTE
installed size is 5.7Mb
sub-directories of 1Mb or more:
libs 4.2Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64