CRAN Package Check Results for Package rmdformats

Last updated on 2024-06-14 00:53:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 5.49 35.19 40.68 OK
r-devel-linux-x86_64-debian-gcc 1.0.4 3.21 25.28 28.49 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.4 49.24 OK
r-devel-linux-x86_64-fedora-gcc 1.0.4 46.02 OK
r-devel-windows-x86_64 1.0.4 5.00 48.00 53.00 OK
r-patched-linux-x86_64 1.0.4 5.66 34.16 39.82 OK
r-release-linux-x86_64 1.0.4 4.71 33.08 37.79 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 50.00 56.00 OK
r-oldrel-macos-arm64 1.0.4 20.00 OK
r-oldrel-macos-x86_64 1.0.4 27.00 OK
r-oldrel-windows-x86_64 1.0.4 6.00 51.00 57.00 OK

Check Details

Version: 1.0.4
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'questionr', 'ggplot2' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.4
Check: examples
Result: ERROR Running examples in ‘rmdformats-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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-linux-x86_64-debian-gcc