CRAN Package Check Results for Package rmdformats

Last updated on 2025-03-19 08:52:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 3.50 27.68 31.18 OK
r-devel-linux-x86_64-debian-gcc 1.0.4 2.59 21.93 24.52 OK
r-devel-linux-x86_64-fedora-clang 1.0.4 49.06 OK
r-devel-linux-x86_64-fedora-gcc 1.0.4 46.53 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.21 26.88 30.09 OK
r-release-linux-x86_64 1.0.4 2.84 27.70 30.54 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 6.00 49.00 55.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 7.00 53.00 60.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