Last updated on 2015-11-20 00:47:42.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.95.1367 | 21.27 | 88.70 | 109.97 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.95.1367 | 200.52 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.95.1367 | 179.53 | NOTE | |||
r-devel-osx-x86_64-clang | 0.95.1367 | 151.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.95.1367 | 225.00 | 156.00 | 381.00 | NOTE | |
r-patched-linux-x86_64 | 0.95.1367 | 21.04 | 91.01 | 112.06 | NOTE | |
r-patched-solaris-sparc | 0.95.1367 | NOTE | ||||
r-patched-solaris-x86 | 0.95.1367 | 136.20 | NOTE | |||
r-release-linux-x86_64 | 0.95.1367 | 21.14 | 89.21 | 110.35 | NOTE | |
r-release-osx-x86_64-mavericks | 0.95.1367 | ERROR | ||||
r-release-windows-ix86+x86_64 | 0.95.1367 | 206.00 | 197.00 | 403.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.95.1367 | 250.00 | 205.00 | 455.00 | NOTE |
Version: 0.95.1367
Check: installed package size
Result: NOTE
installed size is 6.7Mb
sub-directories of 1Mb or more:
doc 1.0Mb
fonts 1.5Mb
libs 2.5Mb
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.95.1367
Check: compiled code
Result: NOTE
Note: information on .o files is not available
Flavor: r-patched-solaris-sparc
Version: 0.95.1367
Check: examples
Result: ERROR
Running examples in ‘rgl-Ex.R’ failed
The error most likely occurred in:
> ### Name: points3d
> ### Title: add primitive set shape
> ### Aliases: points3d lines3d segments3d triangles3d quads3d
> ### Keywords: dynamic
>
> ### ** Examples
>
> # Show 12 random vertices in various ways.
>
> M <- matrix(rnorm(36), 3, 12, dimnames = list(c('x', 'y', 'z'),
+ rep(LETTERS[1:4], 3)))
>
> # Force 4-tuples to be convex in planes so that quads3d works.
>
> for (i in c(1, 5, 9)) {
+ quad <- as.data.frame(M[, i + 0:3])
+ coeffs <- runif(2, 0, 3)
+ if (mean(coeffs) < 1) coeffs <- coeffs + 1 - mean(coeffs)
+ quad$C <- with(quad, coeffs[1]*(B - A) + coeffs[2]*(D - A) + A)
+ M[, i + 0:3] <- as.matrix(quad)
+ }
>
> open3d()
Error in rgl.open(useNULL) : 'rgl.open' failed
Calls: open3d -> rgl.open
Execution halted
Flavor: r-release-osx-x86_64-mavericks
Version: 0.95.1367
Check: tests
Result: ERROR
Running the tests in ‘tests/demos.R’ failed.
Last 13 lines of output:
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(rgl)
Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: In fun(libname, pkgname) : Error in 'rgl_init'
>
> # regression : this failed for headless tests
> par3d(userMatrix = diag(4))
Error in rgl.open(useNULL) : 'rgl.open' failed
Calls: par3d -> open3d -> rgl.open
Execution halted
Flavor: r-release-osx-x86_64-mavericks