Last updated on 2020-01-20 01:50:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.28 | 5.13 | 19.50 | 24.63 | WARN | |
r-devel-linux-x86_64-debian-gcc | 2.28 | 3.38 | 15.74 | 19.12 | WARN | |
r-devel-linux-x86_64-fedora-clang | 2.28 | 31.37 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.28 | 20.65 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.28 | 32.00 | 40.00 | 72.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 2.28 | 19.00 | 54.00 | 73.00 | NOTE | |
r-patched-linux-x86_64 | 2.28 | 3.47 | 18.59 | 22.06 | NOTE | |
r-patched-solaris-x86 | 2.28 | 42.30 | NOTE | |||
r-release-linux-x86_64 | 2.28 | 3.66 | 18.86 | 22.52 | NOTE | |
r-release-windows-ix86+x86_64 | 2.28 | 15.00 | 38.00 | 53.00 | NOTE | |
r-release-osx-x86_64 | 2.28 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 2.28 | 14.00 | 34.00 | 48.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.28 | ERROR |
Version: 2.28
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.28
Check: R code for possible problems
Result: NOTE
File 'cairoDevice/R/zzz.R':
.onLoad calls:
message("R session is headless; GTK+ not initialized.")
Package startup functions should use 'packageStartupMessage' to
generate messages.
See section 'Good practice' in '?.onAttach'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.28
Check: compiled code
Result: NOTE
File 'cairoDevice/libs/cairoDevice.so':
Found non-API call to R: 'R_CStackLimit'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.28
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.28
Check: dependencies in R code
Result: NOTE
No protocol specified
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.28
Check: S3 generic/method consistency
Result: WARN
No protocol specified
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.28
Check: replacement functions
Result: WARN
No protocol specified
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.28
Check: foreign function calls
Result: NOTE
No protocol specified
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.28
Check: R code for possible problems
Result: NOTE
File ‘cairoDevice/R/zzz.R’:
.onLoad calls:
message("R session is headless; GTK+ not initialized.")
Package startup functions should use ‘packageStartupMessage’ to
generate messages.
See section ‘Good practice’ in '?.onAttach'.
No protocol specified
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.28
Check: for missing documentation entries
Result: WARN
No protocol specified
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.28
Check: for code/documentation mismatches
Result: WARN
No protocol specified
No protocol specified
No protocol specified
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.28
Check: Rd \usage sections
Result: NOTE
No protocol specified
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.28
Check: examples
Result: ERROR
Running examples in ‘cairoDevice-Ex.R’ failed
The error most likely occurred in:
> ### Name: Cairo
> ### Title: The Cairo Graphics Device
> ### Aliases: Cairo Cairo_pdf Cairo_ps Cairo_svg Cairo_png
> ### Keywords: device
>
> ### ** Examples
>
> Cairo()
(R:18479): Gdk-CRITICAL **: gdk_screen_get_width: assertion `GDK_IS_SCREEN (screen)' failed
(R:18479): Gdk-CRITICAL **: gdk_screen_get_width_mm: assertion `GDK_IS_SCREEN (screen)' failed
(R:18479): Gdk-CRITICAL **: gdk_screen_get_height: assertion `GDK_IS_SCREEN (screen)' failed
(R:18479): Gdk-CRITICAL **: gdk_screen_get_height_mm: assertion `GDK_IS_SCREEN (screen)' failed
(R:18479): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(R:18479): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(R:18479): Gtk-CRITICAL **: gtk_window_set_default_size: assertion `width >= -1' failed
(R:18479): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(R:18479): Gdk-CRITICAL **: gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
(R:18479): Gdk-CRITICAL **: gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
(R:18479): Gdk-CRITICAL **: gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
(R:18479): Gdk-CRITICAL **: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
(R:18479): Gdk-CRITICAL **: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
(R:18479): Gdk-CRITICAL **: gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
*** caught segfault ***
address 0x18, cause 'memory not mapped'
Traceback:
1: Cairo()
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-release-osx-x86_64
Version: 2.28
Check: examples
Result: ERROR
Running examples in ‘cairoDevice-Ex.R’ failed
The error most likely occurred in:
> ### Name: Cairo
> ### Title: The Cairo Graphics Device
> ### Aliases: Cairo Cairo_pdf Cairo_ps Cairo_svg Cairo_png
> ### Keywords: device
>
> ### ** Examples
>
> Cairo()
(R:10915): Gdk-CRITICAL **: gdk_screen_get_width: assertion `GDK_IS_SCREEN (screen)' failed
(R:10915): Gdk-CRITICAL **: gdk_screen_get_width_mm: assertion `GDK_IS_SCREEN (screen)' failed
(R:10915): Gdk-CRITICAL **: gdk_screen_get_height: assertion `GDK_IS_SCREEN (screen)' failed
(R:10915): Gdk-CRITICAL **: gdk_screen_get_height_mm: assertion `GDK_IS_SCREEN (screen)' failed
(R:10915): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(R:10915): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(R:10915): Gtk-CRITICAL **: gtk_window_set_default_size: assertion `width >= -1' failed
(R:10915): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(R:10915): Gdk-CRITICAL **: gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
(R:10915): Gdk-CRITICAL **: gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
(R:10915): Gdk-CRITICAL **: gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
(R:10915): Gdk-CRITICAL **: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
(R:10915): Gdk-CRITICAL **: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
(R:10915): Gdk-CRITICAL **: gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
*** caught segfault ***
address 0x18, cause 'memory not mapped'
Traceback:
1: Cairo()
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-oldrel-osx-x86_64