Last updated on 2025-04-01 09:55:33 CEST.
Package | NOTE | OK |
---|---|---|
iterors | 8 | 7 |
memo | 8 | 7 |
Current CRAN status: NOTE: 8, OK: 7
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-macos-arm64, r-devel-windows-x86_64, r-patched-linux-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: 8, OK: 7
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, r-devel-macos-arm64, r-patched-linux-x86_64
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.
Flavor: 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