Last updated on 2025-03-12 08:53:34 CET.
Package | NOTE | OK |
---|---|---|
iterors | 6 | 9 |
memo | 7 | 8 |
Current CRAN status: NOTE: 6, OK: 9
Version: 1.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:
‘iRNGStream.R’ ‘r_to_py.iteror.Rd’
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-windows-x86_64
Version: 1.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:
‘iRNGStream.R’
Flavor: r-devel-macos-x86_64
Current CRAN status: NOTE: 7, OK: 8
Version: 1.1.1
Check: compiled code
Result: NOTE
File ‘memo/libs/memo.so’:
Found non-API calls to R: ‘BODY’, ‘CLOENV’, ‘FORMALS’, ‘PRCODE’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
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
Version: 1.1.1
Check: compiled code
Result: NOTE
File ‘memo/libs/memo.so’:
Found non-API call to R: ‘PRCODE’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-macos-arm64, r-devel-macos-x86_64
Version: 1.1.1
Check: compiled code
Result: NOTE
File 'memo/libs/x64/memo.dll':
Found non-API calls to R: 'BODY', 'CLOENV', 'FORMALS', 'PRCODE'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64