Last updated on 2025-07-22 17:51:09 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
iterors | 1 | 9 | 3 |
memo | 10 | 3 |
Current CRAN status: ERROR: 1, NOTE: 9, OK: 3
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘iterors-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: r_to_py.iteror
> ### Title: Wrap an iteror to appear as a Python iterator or vice versa.
> ### Aliases: r_to_py.iteror iteror.python.builtin.object
>
> ### ** Examples
>
> pit <- reticulate::r_to_py(iseq(2, 11, 5))
Warning in normalizePath(python_home) :
path[1]="/tmp/check-CRAN-regular-hornik/cache/R/reticulate/uv/cache/builds-v0/.tmpnE1BG7/bin": No such file or directory
Error in python_config_impl(python) :
Error running '/tmp/check-CRAN-regular-hornik/cache/R/reticulate/uv/cache/builds-v0/.tmpnE1BG7/bin/python': No such file.
Error: Installation of Python not found, Python bindings not loaded.
See the Python "Order of Discovery" here: https://rstudio.github.io/reticulate/articles/versions.html#order-of-discovery.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 10, OK: 3
Version: 1.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Peter Meilstrup <peter.meilstrup@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Peter",
family = "Meilstrup",
role = c("aut", "cre"),
email = "peter.meilstrup@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-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.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64