Last updated on 2020-12-04 00:48:29 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 8.93 | 66.85 | 75.78 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 7.21 | 57.28 | 64.49 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 112.78 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 104.71 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0.5 | 15.00 | 59.00 | 74.00 | OK | |
r-patched-linux-x86_64 | 1.0.5 | 8.79 | 69.20 | 77.99 | OK | |
r-patched-solaris-x86 | 1.0.5 | 153.90 | OK | |||
r-release-linux-x86_64 | 1.0.5 | 8.58 | 70.01 | 78.59 | OK | |
r-release-macos-x86_64 | 1.0.5 | ERROR | ||||
r-release-windows-ix86+x86_64 | 1.0.5 | 14.00 | 78.00 | 92.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.5 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.5 | 11.00 | 76.00 | 87.00 | OK |
Version: 1.0.5
Check: examples
Result: ERROR
Running examples in ‘plfMA-Ex.R’ failed
The error most likely occurred in:
> ### Name: plfMA
> ### Title: A function to launch the plfMA GUI.
> ### Aliases: plfMA
> ### Keywords: GUI
>
> ### ** Examples
>
> x<-matrix(1:100,ncol=10)
> plfMA(x)
Loading required package: gWidgets2RGtk2
Loading required package: memoise
Loading required package: RGtk2
Loading required package: gWidgets2
Loading required package: digest
*** caught segfault ***
address 0x0, cause 'memory not mapped'
Traceback:
1: .RGtkCall("S_gtk_widget_set_visible", object, visible, PACKAGE = "RGtk2")
2: method(obj, ...)
3: widget$setVisible(as.logical(value))
4: obj$set_visible(as.logical(value))
5: `visible<-.default`(`*tmp*`, value = TRUE)
6: `visible<-`(`*tmp*`, value = TRUE)
7: plfMA(x)
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-release-macos-x86_64
Version: 1.0.5
Check: package dependencies
Result: ERROR
Package required but not available: ‘gWidgets2RGtk2’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-macos-x86_64