CRAN Package Check Results for Package JavaGD

Last updated on 2024-03-18 20:52:58 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6-5 8.04 38.47 46.51 WARN
r-devel-linux-x86_64-debian-gcc 0.6-5 6.06 28.74 34.80 WARN
r-devel-linux-x86_64-fedora-clang 0.6-5 58.30 WARN
r-devel-linux-x86_64-fedora-gcc 0.6-5 57.28 WARN
r-devel-windows-x86_64 0.6-5 16.00 51.00 67.00 NOTE
r-patched-linux-x86_64 0.6-5 7.30 37.06 44.36 WARN
r-release-linux-x86_64 0.6-5 6.25 37.52 43.77 WARN
r-release-macos-arm64 0.6-5 29.00 WARN
r-release-macos-x86_64 0.6-5 52.00 WARN
r-release-windows-x86_64 0.6-5 18.00 52.00 70.00 NOTE
r-oldrel-macos-arm64 0.6-5 18.00 ERROR
r-oldrel-windows-x86_64 0.6-5 11.00 65.00 76.00 NOTE

Check Details

Version: 0.6-5
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.6-5
Check: include directives in Makefiles
Result: NOTE Found the following Makefile(s) with an include directive with a pathname using R_HOME: src/jvm-w32/Makefile Even though not recommended, variable R_HOME may contain spaces. Makefile directives use space as a separator and there is no portable way to quote/escape the space in Make rules and directives. However, one can and should quote pathnames when passed from Makefile to the shell, and this can be done specifically when invoking Make recursively. It is therefore recommended to use the Make '-f' option to include files in directories specified using R_HOME. This option can be specified multiple times to include multiple Makefiles. Note that 'Makeconf' is included automatically into top-level makefile of a package. More information can be found in 'Writing R Extensions'. 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.6-5
Check: compiled code
Result: WARN File ‘JavaGD/libs/JavaGD.so’: Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C) Object: ‘jGDtalk.o’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. 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-release-linux-x86_64

Version: 0.6-5
Check: compiled code
Result: WARN File ‘JavaGD/libs/JavaGD.so’: Found ‘_sprintf’, possibly from ‘sprintf’ (C) Object: ‘jGDtalk.o’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-release-macos-arm64, r-release-macos-x86_64

Version: 0.6-5
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-oldrel-macos-arm64