Last updated on 2025-12-06 00:49:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 4.14 | 42.94 | 47.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 3.08 | 29.11 | 32.19 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 11.00 | 58.61 | 69.61 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 64.44 | OK | |||
| r-devel-windows-x86_64 | 1.0.1 | 6.00 | 62.00 | 68.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 4.66 | 36.93 | 41.59 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 3.83 | 38.32 | 42.15 | OK | |
| r-release-macos-arm64 | 1.0.1 | OK | ||||
| r-release-macos-x86_64 | 1.0.1 | 4.00 | 34.00 | 38.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 6.00 | 62.00 | 68.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 3.00 | 30.00 | 33.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 9.00 | 74.00 | 83.00 | OK |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘Tmisc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gg_na
> ### Title: Plot missing data
> ### Aliases: gg_na
>
> ### ** Examples
>
> # What a mess.
> # Feature 10 is missing a lot. Observations 25 and 35 are completely missing.
> # Most of features 40-45 are missing, except for the first few observations.
> set.seed(2016-07-12)
> x <- matrix(1, nrow=50, ncol=50)
> x[sample(prod(dim(x)), 100)] <- NA
> x <- data.frame(x)
> x$X10[sample(length(x$X10), 25)] <- NA
> x[c(25, 35), ] <- NA
> x[1:40, 40:45] <- NA
> gg_na(x)
Error: ggplot2 and reshape2 packages needed for this function to work. Please install them.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc