CRAN Package Check Results for Package ISBF

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 2.47 19.96 22.43 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.1 1.88 15.36 17.24 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.1 35.42 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.1 26.05 NOTE
r-devel-windows-ix86+x86_64 0.2.1 10.00 50.00 60.00 NOTE
r-patched-linux-x86_64 0.2.1 2.48 19.50 21.98 NOTE
r-patched-solaris-x86 0.2.1 41.70 NOTE
r-release-linux-x86_64 0.2.1 2.27 19.23 21.50 NOTE
r-release-macos-x86_64 0.2.1 NOTE
r-release-windows-ix86+x86_64 0.2.1 8.00 36.00 44.00 NOTE
r-oldrel-macos-x86_64 0.2.1 NOTE
r-oldrel-windows-ix86+x86_64 0.2.1 6.00 60.00 66.00 NOTE

Check Details

Version: 0.2.1
Check: R code for possible problems
Result: NOTE
    isbf: no visible global function definition for 'var'
    isbf: no visible global function definition for 'qnorm'
    isbfReg: no visible global function definition for 'var'
    isbfReg: no visible global function definition for 'qnorm'
    Undefined global functions or variables:
     qnorm var
    Consider adding
     importFrom("stats", "qnorm", "var")
    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-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.2.1
Check: compiled code
Result: NOTE
    File ‘ISBF/libs/ISBF.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