Last updated on 2026-04-09 00:51:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9-2 | 4.84 | 48.13 | 52.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9-2 | 4.39 | 45.95 | 50.34 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.9-2 | 10.00 | 71.45 | 81.45 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9-2 | 10.00 | 71.48 | 81.48 | OK | |
| r-devel-macos-arm64 | 0.9-2 | 2.00 | 17.00 | 19.00 | OK | |
| r-devel-windows-x86_64 | 0.9-2 | 7.00 | 156.00 | 163.00 | ERROR | |
| r-patched-linux-x86_64 | 0.9-2 | 5.58 | 41.09 | 46.67 | OK | |
| r-release-linux-x86_64 | 0.9-2 | 4.28 | 40.09 | 44.37 | OK | |
| r-release-macos-arm64 | 0.9-2 | 2.00 | 31.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 0.9-2 | 5.00 | 95.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 0.9-2 | 6.00 | 80.00 | 86.00 | OK | |
| r-oldrel-macos-arm64 | 0.9-2 | 2.00 | 46.00 | 48.00 | OK | |
| r-oldrel-macos-x86_64 | 0.9-2 | 5.00 | 101.00 | 106.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9-2 | 7.00 | 115.00 | 122.00 | OK |
Version: 0.9-2
Check: examples
Result: ERROR
Running examples in 'misc3d-Ex.R' failed
The error most likely occurred in:
> ### Name: slices3d
> ### Title: Interactive Image Slices of 3D or 4D Volume Data
> ### Aliases: slices3d
> ### Keywords: hplot
>
> ### ** Examples
>
> #Example 1: View of a mixture of three tri-variate normal densities
> nmix3 <- function(x, y, z, m, s) {
+ 0.4 * dnorm(x, m, s) * dnorm(y, m, s) * dnorm(z, m, s) +
+ 0.3 * dnorm(x, -m, s) * dnorm(y, -m, s) * dnorm(z, -m, s) +
+ 0.3 * dnorm(x, m, s) * dnorm(y, -1.5 * m, s) * dnorm(z, m, s)
+ }
> x<-seq(-2, 2, len=40)
> g<-expand.grid(x = x, y = x, z = x)
> v<-array(nmix3(g$x,g$y,g$z, .5,.5), c(40,40,40))
> slices3d(vol1=v, main="View of a mixture of three tri-variate normals", col1=heat.colors(256))
Loading required namespace: tkrplot
Unable to save metafile to the clipboard
Error in structure(.External(.C_dotTcl, ...), class = "tclObj") :
[tcl] can't get device image.
Calls: slices3d -> lapply -> FUN -> <Anonymous> -> .Tcl -> structure
Execution halted
Flavor: r-devel-windows-x86_64