Last updated on 2025-04-15 09:52:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6-2 | 9.19 | 24.34 | 33.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.6-2 | 6.90 | 19.19 | 26.09 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.6-2 | 53.04 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.6-2 | 51.96 | NOTE | |||
r-devel-windows-x86_64 | 1.6-2 | 27.00 | 94.00 | 121.00 | NOTE | |
r-patched-linux-x86_64 | 1.6-2 | 7.27 | 23.79 | 31.06 | NOTE | |
r-release-linux-x86_64 | 1.6-2 | 7.31 | 23.54 | 30.85 | NOTE | |
r-release-macos-arm64 | 1.6-2 | 39.00 | NOTE | |||
r-release-macos-x86_64 | 1.6-2 | 55.00 | NOTE | |||
r-release-windows-x86_64 | 1.6-2 | 27.00 | 86.00 | 113.00 | NOTE | |
r-oldrel-macos-arm64 | 1.6-2 | 44.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.6-2 | 42.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.6-2 | 26.00 | 87.00 | 113.00 | NOTE |
Version: 1.6-2
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 36 (should be 'b = a'):
if test "xx$CAIRO_LIBS" == "xx"; then
possible bashism in configure.ac line 129 (should be 'b = a'):
if test "xx${CAIRO_LIBS}" == "xx"; then
possible bashism in configure.ac line 130 (should be 'b = a'):
if test $uses_ats == "yes"; then
possible bashism in configure.ac line 214 (test -a/-o):
if test -z "${FCI}" -a -e "${pre}/include/fontconfig/fontconfig.h"; then
possible bashism in configure.ac line 218 (test -a/-o):
if test -z "${FTI}" -a -e "${pre}/include/freetype2/freetype/freetype.h"; then
possible bashism in configure.ac line 227 (test -a/-o):
if test -z "${FCI}" -a -z "${FTI}"; then
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-release-linux-x86_64
Version: 1.6-2
Check: compiled code
Result: NOTE
File ‘Cairo/libs/Cairo.so’:
Found non-API calls to R: ‘EXTPTR_PTR’, ‘Rf_GetOption’, ‘Rf_gsetVar’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
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-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 1.6-2
Check: compiled code
Result: NOTE
File 'Cairo/libs/x64/Cairo.dll':
Found non-API calls to R: 'EXTPTR_PTR', 'Rf_gsetVar'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.6-2
Check: installed package size
Result: NOTE
installed size is 63.7Mb
sub-directories of 1Mb or more:
libs 63.6Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64