CRAN Package Check Results for Package Funclustering

Last updated on 2018-12-03 07:54:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 75.15 66.87 142.02 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.2 67.61 53.19 120.80 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.2 202.58 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.2 180.73 NOTE
r-devel-windows-ix86+x86_64 1.0.2 159.00 143.00 302.00 NOTE
r-patched-linux-x86_64 1.0.2 89.52 60.20 149.72 NOTE
r-patched-solaris-x86 1.0.2 194.10 NOTE
r-release-linux-x86_64 1.0.2 83.37 63.19 146.56 NOTE
r-release-windows-ix86+x86_64 1.0.2 161.00 144.00 305.00 NOTE
r-release-osx-x86_64 1.0.2 NOTE
r-oldrel-windows-ix86+x86_64 1.0.2 170.00 140.00 310.00 OK
r-oldrel-osx-x86_64 1.0.2 NOTE

Check Details

Version: 1.0.2
Check: include directives in Makefiles
Result: NOTE
    Found the following Makefile(s) with an include directive with a pathname using R_HOME:
     src/Funclustering/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-windows-ix86+x86_64, r-release-osx-x86_64

Version: 1.0.2
Check: installed package size
Result: NOTE
     installed size is 18.4Mb
     sub-directories of 1Mb or more:
     libs 18.3Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.0.2
Check: compiled code
Result: NOTE
    File ‘Funclustering/libs/Funclustering.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