CRAN Package Check Results for Package JavaGD

Last updated on 2020-08-07 01:49:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6-2 8.93 31.76 40.69 NOTE
r-devel-linux-x86_64-debian-gcc 0.6-2 5.80 24.28 30.08 NOTE
r-devel-linux-x86_64-fedora-clang 0.6-2 56.72 NOTE
r-devel-linux-x86_64-fedora-gcc 0.6-2 45.59 NOTE
r-devel-windows-ix86+x86_64 0.6-2 24.00 68.00 92.00 NOTE
r-patched-linux-x86_64 0.6-2 7.22 31.80 39.02 NOTE
r-patched-solaris-x86 0.6-2 67.00 NOTE
r-release-linux-x86_64 0.6-2 7.11 31.75 38.86 NOTE
r-release-macos-x86_64 0.6-2 NOTE
r-release-windows-ix86+x86_64 0.6-2 27.00 55.00 82.00 NOTE
r-oldrel-macos-x86_64 0.6-2 NOTE
r-oldrel-windows-ix86+x86_64 0.6-2 40.00 67.00 107.00 NOTE

Additional issues

rchk

Check Details

Version: 0.6-2
Check: top-level files
Result: NOTE
    Non-standard files/directories found at top level:
     'getsp.class' 'getsp.java' 'version'
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-2
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.6-2
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.6-2
Check: compiled code
Result: NOTE
    File ‘JavaGD/libs/JavaGD.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    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