Last updated on 2025-02-22 12:51:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 3.48 | 76.33 | 79.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 2.99 | 57.11 | 60.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | OK | ||||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 118.65 | ERROR | |||
r-devel-macos-arm64 | 0.5.0 | 42.00 | OK | |||
r-devel-macos-x86_64 | 0.5.0 | 86.00 | OK | |||
r-devel-windows-x86_64 | 0.5.0 | 4.00 | 85.00 | 89.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 3.35 | 73.63 | 76.98 | OK | |
r-release-linux-x86_64 | 0.5.0 | 3.85 | 73.63 | 77.48 | OK | |
r-release-macos-arm64 | 0.5.0 | 57.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 126.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 5.00 | 85.00 | 90.00 | OK | |
r-oldrel-macos-arm64 | 0.5.0 | 83.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 99.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.0 | 5.00 | 96.00 | 101.00 | OK |
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘vioplot-Ex.R’ failed
The error most likely occurred in:
> ### Name: add_labels
> ### Title: Annotated Violin Plot
> ### Aliases: add_labels
> ### Keywords: annotation. graphics plot violin
>
> ### ** Examples
>
>
> # box- vs violin-plot
> par(mfrow=c(2,1))
> mu<-2
> si<-0.6
> bimodal<-c(rnorm(1000,-mu,si),rnorm(1000,mu,si))
> uniform<-runif(2000,-4,4)
> normal<-rnorm(2000,0,3)
>
> # annotate a violin plot
> group <- rep(c("bimodal", "uniform", "normal"),
+ sapply(list(bimodal, uniform, normal), length))
> table(group)
group
bimodal normal uniform
2000 2000 2000
> vioplot(bimodal,uniform,normal)
> add_labels(unlist(bimodal,uniform,normal), group, height = 3, cex = 0.8)
Error in unlist(bimodal, uniform, normal) :
'recursive' must be of length 1
Calls: add_labels -> text -> text.default -> unlist
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc