CRAN Package Check Results for Package gMCP

Last updated on 2017-09-26 01:47:21.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8-10 5.11 129.22 134.33 NOTE
r-devel-linux-x86_64-debian-gcc 0.8-10 4.76 125.87 130.63 NOTE
r-devel-linux-x86_64-fedora-clang 0.8-10 270.87 NOTE
r-devel-linux-x86_64-fedora-gcc 0.8-10 261.31 NOTE
r-devel-windows-ix86+x86_64 0.8-10 15.00 243.00 258.00 OK
r-patched-linux-x86_64 0.8-10 5.14 128.69 133.83 NOTE
r-patched-solaris-x86 0.8-10 331.50 NOTE
r-release-linux-x86_64 0.8-10 4.88 124.17 129.05 NOTE
r-release-windows-ix86+x86_64 0.8-10 16.00 237.00 253.00 OK
r-release-osx-x86_64 0.8-10 WARN
r-oldrel-windows-ix86+x86_64 0.8-10 16.00 237.00 253.00 OK
r-oldrel-osx-x86_64 0.8-10 OK

Check Details

Version: 0.8-10
Check: compiled code
Result: NOTE
    File ‘gMCP/libs/gMCP.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-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.8-10
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
    Warning in fun(libname, pkgname) :
     JRI.jar seems to be missing from the classpath.The graphical user interface will most likely not be available.Compile R with shared library enabled (--enable-R-shlib option)and reinstall rJava to use JRI functionality.
    
    A namespace must be able to be loaded with just the base namespace
    loaded: otherwise if the namespace gets loaded by a saved object, the
    session will be unable to start.
    
    Probably some imports need to be declared in the NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86

Version: 0.8-10
Check: package dependencies
Result: NOTE
    Packages suggested but not available for checking: ‘graph’ ‘mutoss’
Flavor: r-release-osx-x86_64

Version: 0.8-10
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    LaTeX errors:
    ! LaTeX Error: File `algorithmic.sty' not found.
    
    Type X to quit or <RETURN> to proceed,
    or enter new name. (Default extension: sty)
    
    ! Emergency stop.
    <read *>
    
    l.71 \usepackage
     {algorithm}^^M
    ! ==> Fatal error occurred, no output PDF file produced!
    Calls: buildVignettes -> texi2pdf -> texi2dvi
    In addition: Warning messages:
    1: In wilcox.test.default(x, y, alternative = "less", correct = TRUE) :
     cannot compute exact p-value with ties
    2: In wilcox.test.default(x, y, alternative = "less", correct = TRUE) :
     cannot compute exact p-value with ties
    3: In wilcox.test.default(x, y, alternative = "less", correct = TRUE) :
     cannot compute exact p-value with ties
    4: In wilcox.test.default(x, y, alternative = "less", correct = TRUE) :
     cannot compute exact p-value with ties
    5: In wilcox.test.default(x, y, alternative = "less", correct = TRUE) :
     cannot compute exact p-value with ties
    Execution halted
Flavor: r-release-osx-x86_64