CRAN Package Check Results for Package rmdformats

Last updated on 2025-03-25 08:59:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 2.82 28.00 30.82 OK
r-devel-linux-x86_64-debian-gcc 1.0.4 2.76 22.21 24.97 OK
r-devel-linux-x86_64-fedora-clang 1.0.4 50.07 OK
r-devel-linux-x86_64-fedora-gcc 1.0.4 49.48 OK
r-devel-macos-arm64 1.0.4 19.00 OK
r-devel-macos-x86_64 1.0.4 30.00 ERROR
r-devel-windows-x86_64 1.0.4 6.00 49.00 55.00 OK
r-patched-linux-x86_64 1.0.4 3.47 27.06 30.53 OK
r-release-linux-x86_64 1.0.4 2.97 26.37 29.34 OK
r-release-macos-arm64 1.0.4 19.00 OK
r-release-macos-x86_64 1.0.4 28.00 OK
r-release-windows-x86_64 1.0.4 7.00 50.00 57.00 OK
r-oldrel-macos-arm64 1.0.4 OK
r-oldrel-macos-x86_64 1.0.4 27.00 OK
r-oldrel-windows-x86_64 1.0.4 6.00 53.00 59.00 OK

Check Details

Version: 1.0.4
Check: examples
Result: ERROR Running examples in ‘rmdformats-Ex.R’ failed The error most likely occurred in: > ### Name: pilltabs > ### Title: Given a cross-table, outputs HTML code to display several views > ### of with a tabbed interface > ### Aliases: pilltabs > > ### ** Examples > > > data(airquality) > tab <- table(airquality$Month, airquality$Ozone > 25) > pilltabs(tab) Error: the questionr package is needed for the pilltabs() function to work. Please install it. Execution halted Flavor: r-devel-macos-x86_64