Last updated on 2025-12-06 00:48:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5 | 9.16 | 100.20 | 109.36 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5 | 6.05 | 55.54 | 61.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5 | 16.00 | 151.93 | 167.93 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5 | 16.00 | 146.91 | 162.91 | OK | |
| r-devel-windows-x86_64 | 1.5 | 10.00 | 111.00 | 121.00 | OK | |
| r-patched-linux-x86_64 | 1.5 | 10.91 | 89.32 | 100.23 | OK | |
| r-release-linux-x86_64 | 1.5 | 7.48 | 91.15 | 98.63 | OK | |
| r-release-macos-arm64 | 1.5 | OK | ||||
| r-release-macos-x86_64 | 1.5 | 7.00 | 70.00 | 77.00 | OK | |
| r-release-windows-x86_64 | 1.5 | 11.00 | 110.00 | 121.00 | OK | |
| r-oldrel-macos-arm64 | 1.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.5 | 7.00 | 83.00 | 90.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5 | 15.00 | 138.00 | 153.00 | OK |
Version: 1.5
Check: examples
Result: ERROR
Running examples in ‘descriptio-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: contab
> ### Title: Bivariate statistics between a continuous variable and a set of
> ### variables
> ### Aliases: contab
> ### Keywords: multivariate misc
>
> ### ** Examples
>
> data(Movies)
> contab(x = Movies[, c("Genre", "ArtHouse", "Budget")],
+ y = Movies$BoxOffice)
Error in contab(x = Movies[, c("Genre", "ArtHouse", "Budget")], y = Movies$BoxOffice) :
gt package should be installed to use this function
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc