CRAN Package Check Results for Package inlpubs

Last updated on 2025-12-06 19:51:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 8.72 35.65 44.37 OK
r-devel-linux-x86_64-debian-gcc 1.3.0 5.79 25.24 31.03 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.0 20.00 47.79 67.79 OK
r-devel-linux-x86_64-fedora-gcc 1.3.0 21.00 42.94 63.94 OK
r-devel-windows-x86_64 1.3.0 10.00 64.00 74.00 OK
r-patched-linux-x86_64 1.3.0 8.95 30.51 39.46 OK
r-release-linux-x86_64 1.3.0 8.72 32.06 40.78 OK
r-release-macos-arm64 1.3.0 OK
r-release-macos-x86_64 1.3.0 7.00 39.00 46.00 OK
r-release-windows-x86_64 1.3.0 8.00 63.00 71.00 OK
r-oldrel-macos-arm64 1.3.0 OK
r-oldrel-macos-x86_64 1.3.0 6.00 49.00 55.00 OK
r-oldrel-windows-x86_64 1.3.0 12.00 74.00 86.00 OK

Check Details

Version: 1.3.0
Check: examples
Result: ERROR Running examples in ‘inlpubs-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: make_webpages > ### Title: Create Author and Publication Webpages > ### Aliases: make_webpages > ### Keywords: internal > > ### ** Examples > > destdir <- tempfile("") > make_webpages( + authors = inlpubs::authors, + pubs = inlpubs::pubs, + destdir = destdir, + quiet = TRUE + ) Error in loadNamespace(x) : there is no package called ‘kableExtra’ Calls: make_webpages ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc