Last updated on 2019-01-19 00:46:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.20.35 | 171.96 | 420.28 | 592.24 | WARN | |
r-devel-linux-x86_64-debian-gcc | 2.20.35 | 162.71 | 326.31 | 489.02 | WARN | |
r-devel-linux-x86_64-fedora-clang | 2.20.35 | 721.58 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 2.20.35 | 689.95 | WARN | |||
r-devel-windows-ix86+x86_64 | 2.20.35 | 472.00 | 469.00 | 941.00 | NOTE | |
r-patched-linux-x86_64 | 2.20.35 | 176.46 | 397.70 | 574.16 | WARN | |
r-patched-solaris-x86 | 2.20.35 | 850.50 | WARN | |||
r-release-linux-x86_64 | 2.20.35 | 176.86 | 396.92 | 573.78 | WARN | |
r-release-windows-ix86+x86_64 | 2.20.35 | 430.00 | 429.00 | 859.00 | NOTE | |
r-release-osx-x86_64 | 2.20.35 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 2.20.35 | 439.00 | 480.00 | 919.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.20.35 | ERROR |
Version: 2.20.35
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
atkClasses.c:1050:25: warning: incompatible pointer types assigning to 'void (*)(AtkObject *, guint, gpointer)' (aka 'void (*)(struct _AtkObject *, unsigned int, void *)') from 'void (AtkObject *, guint, AtkObject *)' (aka 'void (struct _AtkObject *, unsigned int, struct _AtkObject *)') [-Wincompatible-pointer-types]
atkClasses.c:1058:34: warning: incompatible pointer types assigning to 'void (*)(AtkObject *, gpointer *)' (aka 'void (*)(struct _AtkObject *, void **)') from 'void (AtkObject *, AtkObject *)' (aka 'void (struct _AtkObject *, struct _AtkObject *)') [-Wincompatible-pointer-types]
atkClasses.c:1397:51: warning: incompatible pointer types passing 'AtkObject *' (aka 'struct _AtkObject *') to parameter of type 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types]
gdkFuncs.c:6000:36: warning: incompatible pointer types passing 'GtkWidget **' (aka 'struct _GtkWidget **') to parameter of type 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types]
gioClasses.c:1948:17: warning: incompatible pointer types assigning to 'gssize (*)(GOutputStream *, const void *, gsize, GCancellable *, GError **)' (aka 'long (*)(struct _GOutputStream *, const void *, unsigned long, struct _GCancellable *, struct _GError **)') from 'gssize (GOutputStream *, const guchar *, gsize, GCancellable *, GError **)' (aka 'long (struct _GOutputStream *, const unsigned char *, unsigned long, struct _GCancellable *, struct _GError **)') [-Wincompatible-pointer-types]
gioClasses.c:1964:20: warning: incompatible pointer types assigning to 'void (*)(GOutputStream *, const void *, gsize, int, GCancellable *, GAsyncReadyCallback, gpointer)' (aka 'void (*)(struct _GOutputStream *, const void *, unsigned long, int, struct _GCancellable *, void (*)(struct _GObject *, struct _GAsyncResult *, void *), void *)') from 'void (GOutputStream *, const guchar *, gsize, int, GCancellable *, GAsyncReadyCallback, gpointer)' (aka 'void (struct _GOutputStream *, const unsigned char *, unsigned long, int, struct _GCancellable *, void (*)(struct _GObject *, struct _GAsyncResult *, void *), void *)') [-Wincompatible-pointer-types]
gtkClasses.c:8665:28: warning: incompatible pointer types assigning to 'gboolean (*)(GtkNotebook *, gint)' (aka 'int (*)(struct _GtkNotebook *, int)') from 'void (GtkNotebook *, gint)' (aka 'void (struct _GtkNotebook *, int)') [-Wincompatible-pointer-types]
gtkClasses.c:11110:21: warning: incompatible pointer types assigning to 'gboolean (*)(GtkScrolledWindow *, GtkScrollType, gboolean)' (aka 'int (*)(struct _GtkScrolledWindow *, GtkScrollType, int)') from 'void (GtkScrolledWindow *, GtkScrollType, gboolean)' (aka 'void (struct _GtkScrolledWindow *, GtkScrollType, int)') [-Wincompatible-pointer-types]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang
Version: 2.20.35
Check: compiled code
Result: NOTE
File ‘RGtk2/libs/RGtk2.so’:
Found non-API calls to R: ‘R_CStackLimit’, ‘R_new_custom_connection’,
‘Rf_EncodeInteger’, ‘Rf_EncodeLogical’, ‘Rf_EncodeReal’,
‘Rf_formatInteger’, ‘Rf_formatLogical’, ‘Rf_formatReal’
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 2.20.35
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
atkClasses.c:1050:25: warning: assignment to ‘void (*)(AtkObject *, guint, void *)’ {aka ‘void (*)(struct _AtkObject *, unsigned int, void *)’} from incompatible pointer type ‘void (*)(AtkObject *, guint, AtkObject *)’ {aka ‘void (*)(struct _AtkObject *, unsigned int, struct _AtkObject *)’} [-Wincompatible-pointer-types]
atkClasses.c:1058:34: warning: assignment to ‘void (*)(AtkObject *, void **)’ {aka ‘void (*)(struct _AtkObject *, void **)’} from incompatible pointer type ‘void (*)(AtkObject *, AtkObject *)’ {aka ‘void (*)(struct _AtkObject *, struct _AtkObject *)’} [-Wincompatible-pointer-types]
atkClasses.c:1397:51: warning: passing argument 2 of ‘object_class->active_descendant_changed’ from incompatible pointer type [-Wincompatible-pointer-types]
gdkFuncs.c:6000:36: warning: passing argument 2 of ‘gdk_window_get_user_data’ from incompatible pointer type [-Wincompatible-pointer-types]
gioClasses.c:1948:17: warning: assignment to ‘gssize (*)(GOutputStream *, const void *, gsize, GCancellable *, GError **)’ {aka ‘long int (*)(struct _GOutputStream *, const void *, long unsigned int, struct _GCancellable *, struct _GError **)’} from incompatible pointer type ‘gssize (*)(GOutputStream *, const guchar *, gsize, GCancellable *, GError **)’ {aka ‘long int (*)(struct _GOutputStream *, const unsigned char *, long unsigned int, struct _GCancellable *, struct _GError **)’} [-Wincompatible-pointer-types]
gioClasses.c:1964:20: warning: assignment to ‘void (*)(GOutputStream *, const void *, gsize, int, GCancellable *, void (*)(GObject *, GAsyncResult *, void *), void *)’ {aka ‘void (*)(struct _GOutputStream *, const void *, long unsigned int, int, struct _GCancellable *, void (*)(struct _GObject *, struct _GAsyncResult *, void *), void *)’} from incompatible pointer type ‘void (*)(GOutputStream *, const guchar *, gsize, int, GCancellable *, void (*)(GObject *, GAsyncResult *, void *), void *)’ {aka ‘void (*)(struct _GOutputStream *, const unsigned char *, long unsigned int, int, struct _GCancellable *, void (*)(struct _GObject *, struct _GAsyncResult *, void *), void *)’} [-Wincompatible-pointer-types]
gtkClasses.c:8665:28: warning: assignment to ‘gboolean (*)(GtkNotebook *, gint)’ {aka ‘int (*)(struct _GtkNotebook *, int)’} from incompatible pointer type ‘void (*)(GtkNotebook *, gint)’ {aka ‘void (*)(struct _GtkNotebook *, int)’} [-Wincompatible-pointer-types]
gtkClasses.c:11110:21: warning: assignment to ‘gboolean (*)(GtkScrolledWindow *, GtkScrollType, gboolean)’ {aka ‘int (*)(struct _GtkScrolledWindow *, enum <anonymous>, int)’} from incompatible pointer type ‘void (*)(GtkScrolledWindow *, GtkScrollType, gboolean)’ {aka ‘void (*)(struct _GtkScrolledWindow *, enum <anonymous>, int)’} [-Wincompatible-pointer-types]
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.20.35
Check: installed package size
Result: NOTE
installed size is 24.5Mb
sub-directories of 1Mb or more:
R 3.7Mb
help 10.5Mb
libs 8.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.20.35
Check: compiled code
Result: NOTE
File ‘RGtk2/libs/RGtk2.so’:
Found non-API calls to R: ‘R_CStackLimit’, ‘R_new_custom_connection’,
‘Rf_EncodeInteger’, ‘Rf_EncodeLogical’, ‘Rf_EncodeReal’,
‘Rf_formatInteger’, ‘Rf_formatLogical’, ‘Rf_formatReal’
File ‘RGtk2/libs/RGtk2.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
Compiled code should not call non-API entry points in R.
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.20.35
Check: compiled code
Result: NOTE
File 'RGtk2/libs/i386/RGtk2.dll':
Found non-API calls to R: 'R_new_custom_connection',
'Rf_EncodeInteger', 'Rf_EncodeLogical', 'Rf_EncodeReal',
'Rf_formatInteger', 'Rf_formatLogical', 'Rf_formatReal'
File 'RGtk2/libs/x64/RGtk2.dll':
Found non-API calls to R: 'R_new_custom_connection',
'Rf_EncodeInteger', 'Rf_EncodeLogical', 'Rf_EncodeReal',
'Rf_formatInteger', 'Rf_formatLogical', 'Rf_formatReal'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.20.35
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
atkClasses.c:1050:25: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
atkClasses.c:1058:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
atkClasses.c:1397:51: warning: passing argument 2 of ‘object_class->active_descendant_changed’ from incompatible pointer type [-Wincompatible-pointer-types]
gdkFuncs.c:6000:36: warning: passing argument 2 of ‘gdk_window_get_user_data’ from incompatible pointer type [-Wincompatible-pointer-types]
gioClasses.c:1948:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
gioClasses.c:1964:20: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
gtkClasses.c:8665:28: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
gtkClasses.c:11110:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
Flavor: r-patched-solaris-x86
Version: 2.20.35
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64