Last updated on 2022-09-11 12:56:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 5.69 | 42.54 | 48.23 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8.0 | 4.09 | 32.33 | 36.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8.0 | 72.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 69.83 | OK | |||
r-devel-windows-x86_64 | 0.8.0 | 40.00 | 73.00 | 113.00 | OK | |
r-patched-linux-x86_64 | 0.8.0 | 6.20 | 40.98 | 47.18 | OK | |
r-release-linux-x86_64 | 0.8.0 | 5.62 | 40.23 | 45.85 | OK | |
r-release-macos-arm64 | 0.8.0 | 26.00 | OK | |||
r-release-macos-x86_64 | 0.8.0 | 32.00 | OK | |||
r-release-windows-x86_64 | 0.8.0 | 20.00 | 75.00 | 95.00 | OK | |
r-oldrel-macos-arm64 | 0.8.0 | 28.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.0 | 29.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.8.0 | 8.00 | 68.00 | 76.00 | ERROR |
Version: 0.8.0
Check: examples
Result: ERROR
Running examples in 'caroline-Ex.R' failed
The error most likely occurred in:
> ### Name: volins
> ### Title: Plot a Series of Vioplot Violins
> ### Aliases: violins
>
> ### ** Examples
>
>
> n <- rnorm(130, 10, 3)
> p <- rpois(110, 4)
> u <- runif(300, 0, 20)
> l <- rlnorm(130, log(2))
> g <- rgamma(140, 3)
> e <- rexp(160)
>
> violins(list(e=e, p=p,u=u,n=n,l=l,g=g), ylim=c(0,20),
+ col=c('purple','lightblue','lightgreen','red','orange','yellow'),
+ stats=TRUE)
Loading required namespace: sm
Failed with error: 'there is no package called 'sm''
Loading required namespace: MASS
Error in loadNamespace(x) : there is no package called 'sm'
Calls: violins ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64