Last updated on 2025-07-22 08:48:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.65 | 99.07 | 103.72 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.38 | 72.11 | 75.49 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 156.67 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 179.80 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 9.00 | 126.00 | 135.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 6.00 | 94.78 | 100.78 | NOTE | |
r-release-linux-x86_64 | 1.0 | 5.33 | 94.09 | 99.42 | NOTE | |
r-release-macos-arm64 | 1.0 | 60.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 105.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 6.00 | 131.00 | 137.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 61.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 102.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0 | 9.00 | 159.00 | 168.00 | OK |
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