Last updated on 2026-06-08 02:51:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.4 | 2.43 | 31.17 | 33.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.4 | 2.21 | 22.20 | 24.41 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.4 | 50.09 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 48.59 | OK | |||
| r-devel-windows-x86_64 | 1.0.4 | 7.00 | 51.00 | 58.00 | OK | |
| r-patched-linux-x86_64 | 1.0.4 | 2.21 | 28.12 | 30.33 | OK | |
| r-release-linux-x86_64 | 1.0.4 | 2.74 | 27.76 | 30.50 | OK | |
| r-release-macos-arm64 | 1.0.4 | 1.00 | 11.00 | 12.00 | OK | |
| r-release-macos-x86_64 | 1.0.4 | 2.00 | 32.00 | 34.00 | OK | |
| r-release-windows-x86_64 | 1.0.4 | 8.00 | 52.00 | 60.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.4 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.4 | 2.00 | 32.00 | 34.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.4 | 11.00 | 56.00 | 67.00 | OK |
Version: 1.0.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Julien Barnier <julien.barnier@cnrs.fr>’
Reading Rd files failed with message:
cannot open the connection
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