CRAN Package Check Results for Package postdoc

Last updated on 2024-10-06 05:49:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.0 1.88 22.73 24.61 OK
r-devel-linux-x86_64-debian-gcc 1.4.0 1.32 17.76 19.08 OK
r-devel-linux-x86_64-fedora-clang 1.4.0 38.65 OK
r-devel-linux-x86_64-fedora-gcc 1.4.0 72.52 OK
r-devel-windows-x86_64 1.4.0 3.00 44.00 47.00 OK
r-patched-linux-x86_64 1.4.0 1.62 22.04 23.66 OK
r-release-linux-x86_64 1.4.0 1.79 21.45 23.24 OK
r-release-macos-arm64 1.4.0 37.00 OK
r-release-macos-x86_64 1.4.0 60.00 ERROR
r-release-windows-x86_64 1.4.0 3.00 45.00 48.00 OK
r-oldrel-macos-arm64 1.4.0 37.00 OK
r-oldrel-macos-x86_64 1.4.0 82.00 OK
r-oldrel-windows-x86_64 1.4.0 3.00 45.00 48.00 OK

Check Details

Version: 1.4.0
Check: examples
Result: ERROR Running examples in ‘postdoc-Ex.R’ failed The error most likely occurred in: > ### Name: render_package_manual > ### Title: Generate HTML reference manual > ### Aliases: render_package_manual render_base_manuals r_universe_link > > ### ** Examples > > htmlfile <- render_package_manual('compiler', tempdir()) Error in readRDS(f) : error reading from connection Calls: render_package_manual ... .build_library_links_index -> unlist -> lapply -> FUN -> readRDS Execution halted Flavor: r-release-macos-x86_64

Version: 1.4.0
Check: tests
Result: ERROR Running ‘test.R’ [5s/13s] Running the tests in ‘tests/test.R’ failed. Complete output: > # Same as examples, but it takes longer than 10s on Windows > library(postdoc) > out <- render_package_manual('parallel', tempfile()) Error in readRDS(f) : error reading from connection Calls: render_package_manual ... .build_library_links_index -> unlist -> lapply -> FUN -> readRDS Execution halted Flavor: r-release-macos-x86_64