CRAN Package Check Results for Package FunctionalNetworks

Last updated on 2020-03-03 15:49:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 9.00 38.50 47.50 WARN
r-devel-linux-x86_64-debian-gcc 1.0.0 5.57 30.79 36.36 WARN
r-devel-linux-x86_64-fedora-clang 1.0.0 59.47 WARN
r-devel-linux-x86_64-fedora-gcc 1.0.0 55.21 WARN
r-devel-windows-ix86+x86_64 1.0.0 16.00 66.00 82.00 WARN
r-devel-windows-ix86+x86_64-gcc8 1.0.0 16.00 67.00 83.00 WARN
r-patched-linux-x86_64 1.0.0 5.99 35.34 41.33 NOTE
r-patched-solaris-x86 1.0.0 78.70 NOTE
r-release-linux-x86_64 1.0.0 5.71 35.03 40.74 NOTE
r-release-windows-ix86+x86_64 1.0.0 24.00 102.00 126.00 NOTE
r-release-osx-x86_64 1.0.0 ERROR
r-oldrel-windows-ix86+x86_64 1.0.0 11.00 54.00 65.00 NOTE
r-oldrel-osx-x86_64 1.0.0 NOTE

Check Details

Version: 1.0.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     FunctionalNetworks.c:223:17: warning: expression result unused [-Wunused-value]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang

Version: 1.0.0
Check: R code for possible problems
Result: NOTE
    bic.generation: no visible global function definition for 'lm'
    bic.generation: no visible global function definition for 'BIC'
    bic.generation : <anonymous>: no visible global function definition for
     'lm'
    bic.generation : <anonymous>: no visible global function definition for
     'BIC'
    data.generation : <anonymous> : <anonymous>: no visible global function
     definition for 'sd'
    Undefined global functions or variables:
     BIC lm sd
    Consider adding
     importFrom("stats", "BIC", "lm", "sd")
    to your NAMESPACE file.
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-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.0.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     FunctionalNetworks.c:223:17: warning: statement with no effect [-Wunused-value]
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8

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

Version: 1.0.0
Check: package dependencies
Result: ERROR
    Package required but not available: ‘breastCancerVDX’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavor: r-release-osx-x86_64