CRAN Package Check Results for Package JavaGD

Last updated on 2023-01-25 04:51:39 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6-5 9.99 35.70 45.69 WARN
r-devel-linux-x86_64-debian-gcc 0.6-5 6.52 27.02 33.54 WARN
r-devel-linux-x86_64-fedora-clang 0.6-5 57.54 WARN
r-devel-linux-x86_64-fedora-gcc 0.6-5 59.63 WARN
r-devel-windows-x86_64 0.6-5 32.00 63.00 95.00 NOTE
r-patched-linux-x86_64 0.6-5 7.76 35.42 43.18 NOTE
r-release-linux-x86_64 0.6-5 7.38 36.43 43.81 NOTE
r-release-macos-arm64 0.6-5 20.00 ERROR
r-release-macos-x86_64 0.6-5 46.00 NOTE
r-release-windows-x86_64 0.6-5 14.00 95.00 109.00 NOTE
r-oldrel-macos-arm64 0.6-5 27.00 NOTE
r-oldrel-macos-x86_64 0.6-5 58.00 NOTE
r-oldrel-windows-ix86+x86_64 0.6-5 19.00 86.00 105.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-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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-gcc

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.
Flavor: r-devel-linux-x86_64-fedora-clang

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