Last updated on 2015-11-20 00:47:35.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.4.4 | 9.12 | 45.35 | 54.47 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.4 | 120.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.4 | 109.68 | OK | |||
r-devel-osx-x86_64-clang | 0.4.4 | 123.84 | OK | |||
r-devel-windows-ix86+x86_64 | 0.4.4 | 55.00 | 127.00 | 182.00 | OK | |
r-patched-linux-x86_64 | 0.4.4 | 9.09 | 48.56 | 57.64 | OK | |
r-patched-solaris-sparc | 0.4.4 | 682.60 | OK | |||
r-patched-solaris-x86 | 0.4.4 | 148.80 | OK | |||
r-release-linux-x86_64 | 0.4.4 | 8.95 | 48.83 | 57.78 | OK | |
r-release-osx-x86_64-mavericks | 0.4.4 | ERROR | ||||
r-release-windows-ix86+x86_64 | 0.4.4 | 44.00 | 131.00 | 175.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.4.4 | 51.00 | 166.00 | 217.00 | OK |
Version: 0.4.4
Check: examples
Result: ERROR
Running examples in ‘msr-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot.msc
> ### Title: Visualization of the Morse-Smale Summary of High-Dimensional
> ### Scalar Functions
> ### Aliases: plot.msc plot.msc.svm plot.msc.kd plot.mscPlot
> ### Keywords:
> ### hplot,cluster,multivariate,toplogy,nonparametric,models,nonlinear
>
> ### ** Examples
>
>
> data(fourpeaks)
> d <- fourpeaks()
>
> #Build Morse-Smale complex of d
> ms <- msc.nn(y=d[,1], x=d[, 2:3], pLevel=0.1, knn = 15)
>
> # Plot the ms summary
> p <- plot(ms)
Error in rgl.open(useNULL) : rgl.open failed
Calls: plot -> plot.msc -> plot.mscPlot -> open3d -> rgl.open
Execution halted
Flavor: r-release-osx-x86_64-mavericks