Last updated on 2025-04-28 00:50:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6-2 | 8.92 | 23.99 | 32.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.6-2 | 6.97 | 19.58 | 26.55 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.6-2 | 53.04 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.6-2 | 52.27 | NOTE | |||
r-devel-windows-x86_64 | 1.6-2 | 26.00 | 88.00 | 114.00 | NOTE | |
r-patched-linux-x86_64 | 1.6-2 | 7.66 | 23.53 | 31.19 | NOTE | |
r-release-linux-x86_64 | 1.6-2 | 7.36 | 23.49 | 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: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Simon Urbanek <Simon.Urbanek@r-project.org>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Simon",
family = "Urbanek",
role = c("aut", "cre"),
email = "Simon.Urbanek@r-project.org"),
person(given = "Jeffrey",
family = "Horner",
role = "aut",
email = "jeff.horner@vanderbilt.edu"))
as necessary.
Flavor: r-devel-linux-x86_64-debian-gcc
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