CRAN Package Check Results for Package steepness

Last updated on 2022-04-24 03:52:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2-2 3.55 32.63 36.18 NOTE
r-devel-linux-x86_64-debian-gcc 0.2-2 2.86 25.27 28.13 NOTE
r-devel-linux-x86_64-fedora-clang 0.2-2 44.75 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2-2 32.83 NOTE
r-patched-linux-x86_64 0.2-2 3.12 31.38 34.50 NOTE
r-release-linux-x86_64 0.2-2 2.75 30.43 33.18 NOTE
r-release-macos-arm64 0.2-2 NOTE
r-release-macos-x86_64 0.2-2 NOTE
r-release-windows-x86_64 0.2-2 17.00 49.00 66.00 NOTE
r-oldrel-macos-arm64 0.2-2 NOTE
r-oldrel-macos-x86_64 0.2-2 NOTE
r-oldrel-windows-ix86+x86_64 0.2-2 10.00 34.00 44.00 NOTE

Check Details

Version: 0.2-2
Check: R code for possible problems
Result: NOTE
    getStp: no visible global function definition for 'lm'
    plot.steeptest: no visible global function definition for 'axis'
    plot.steeptest: no visible global function definition for 'box'
    plot.steeptest: no visible global function definition for 'lm'
    plot.steeptest: no visible global function definition for 'abline'
    plot.steeptest: no visible global function definition for 'legend'
    plot.steeptest: no visible global function definition for
     'as.graphicsAnnot'
    steeptest: no visible global function definition for 'lm'
    summary.steeptest: no visible global function definition for 'var'
    summary.steeptest: no visible global function definition for 'quantile'
    Undefined global functions or variables:
     abline as.graphicsAnnot axis box legend lm quantile var
    Consider adding
     importFrom("grDevices", "as.graphicsAnnot")
     importFrom("graphics", "abline", "axis", "box", "legend")
     importFrom("stats", "lm", "quantile", "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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

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