Last updated on 2025-10-31 13:50:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9-1 | 5.85 | 48.18 | 54.03 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.9-1 | 5.06 | 44.21 | 49.27 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.9-1 | 15.00 | 65.89 | 80.89 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9-1 | 12.00 | 65.71 | 77.71 | OK | |
| r-devel-windows-x86_64 | 0.9-1 | 7.00 | 73.00 | 80.00 | OK | |
| r-patched-linux-x86_64 | 0.9-1 | 5.55 | 41.56 | 47.11 | NOTE | |
| r-release-linux-x86_64 | 0.9-1 | 5.07 | 41.78 | 46.85 | NOTE | |
| r-release-macos-arm64 | 0.9-1 | 8.00 | 45.00 | 53.00 | OK | |
| r-release-macos-x86_64 | 0.9-1 | 7.00 | 56.00 | 63.00 | OK | |
| r-release-windows-x86_64 | 0.9-1 | 6.00 | 74.00 | 80.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.9-1 | 5.00 | 39.00 | 44.00 | OK | |
| r-oldrel-macos-x86_64 | 0.9-1 | 9.00 | 37.00 | 46.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9-1 | 8.00 | 85.00 | 93.00 | OK | 
Version: 0.9-1
Check: CRAN incoming feasibility
Result: NOTE
  Maintainer: ‘Luke Tierney <luke-tierney@uiowa.edu>’
  
  No Authors@R field in DESCRIPTION.
  Please add one, modifying
    Authors@R: c(person(given = "Dai",
                        family = "Feng",
                        role = "aut"),
                 person(given = "Luke",
                        family = "Tierney",
                        role = c("aut", "cre"),
                        email = "luke-tierney@uiowa.edu"))
  as necessary.
  
  Package CITATION file contains call(s) to old-style personList() or
  as.personList().  Please use c() on person objects instead.
  Package CITATION file contains call(s) to old-style citEntry().  Please
  use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.9-1
Check: for unstated dependencies in ‘demo’
Result: NOTE
  'library' or 'require' call not declared from: ‘maps’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.9-1
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
  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-release-windows-x86_64