Last updated on 2022-08-15 08:49:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 5.80 | 41.89 | 47.69 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8.0 | 4.18 | 31.79 | 35.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8.0 | 67.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 68.78 | OK | |||
r-devel-windows-x86_64 | 0.8.0 | 8.00 | 65.00 | 73.00 | OK | |
r-patched-linux-x86_64 | 0.8.0 | 6.08 | 40.55 | 46.63 | OK | |
r-release-linux-x86_64 | 0.8.0 | 5.58 | 40.28 | 45.86 | 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 | 31.00 | 67.00 | 98.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 | 9.00 | 57.00 | 66.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