CRAN Package Check Results for Package FMStable

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-2 4.29 25.87 30.16 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-2 2.85 19.98 22.83 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-2 44.12 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-2 35.58 NOTE
r-devel-windows-ix86+x86_64 0.1-2 12.00 56.00 68.00 NOTE
r-patched-linux-x86_64 0.1-2 3.88 26.10 29.98 NOTE
r-patched-solaris-x86 0.1-2 51.70 NOTE
r-release-linux-x86_64 0.1-2 3.98 26.84 30.82 NOTE
r-release-macos-x86_64 0.1-2 NOTE
r-release-windows-ix86+x86_64 0.1-2 8.00 37.00 45.00 NOTE
r-oldrel-macos-x86_64 0.1-2 NOTE
r-oldrel-windows-ix86+x86_64 0.1-2 14.00 55.00 69.00 NOTE

Check Details

Version: 0.1-2
Check: R code for possible problems
Result: NOTE
    BSOptionValue: no visible global function definition for 'pnorm'
    ImpliedVol: no visible global function definition for 'uniroot'
    callFMstable: no visible global function definition for 'integrate'
    fitGivenQuantile: no visible global function definition for 'uniroot'
    matchQuartiles: no visible global function definition for 'optim'
    putFMstable: no visible global function definition for 'integrate'
    standardStableQuantile: no visible global function definition for
     'qnorm'
    tailsGstable: no visible global function definition for 'integrate'
    Undefined global functions or variables:
     integrate optim pnorm qnorm uniroot
    Consider adding
     importFrom("stats", "integrate", "optim", "pnorm", "qnorm", "uniroot")
    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.1-2
Check: compiled code
Result: NOTE
    File ‘FMStable/libs/FMStable.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