Last updated on 2025-02-23 15:50: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.48 | 55.79 | 58.27 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 114.43 | ERROR | |||
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 | 2.96 | 73.45 | 76.41 | 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:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-debian-gcc
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.