CRAN Package Check Results for Package stsm.class

Last updated on 2021-02-15 09:48:13 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3 5.37 30.24 35.61 NOTE
r-devel-linux-x86_64-debian-gcc 1.3 4.31 24.19 28.50 NOTE
r-devel-linux-x86_64-fedora-clang 1.3 55.79 NOTE
r-devel-linux-x86_64-fedora-gcc 1.3 43.89 NOTE
r-devel-windows-ix86+x86_64 1.3 13.00 33.00 46.00 NOTE
r-patched-linux-x86_64 1.3 5.58 29.36 34.94 NOTE
r-patched-solaris-x86 1.3 65.50 NOTE
r-release-linux-x86_64 1.3 5.73 29.08 34.81 NOTE
r-release-macos-x86_64 1.3 NOTE
r-release-windows-ix86+x86_64 1.3 9.00 32.00 41.00 NOTE
r-oldrel-macos-x86_64 1.3 NOTE
r-oldrel-windows-ix86+x86_64 1.3 12.00 39.00 51.00 NOTE

Check Details

Version: 1.3
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
    Warning: no function found corresponding to methods exports from 'stsm.class' for: 'show'
    
    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-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: 1.3
Check: R code for possible problems
Result: NOTE
    stsm.model: no visible global function definition for 'is.ts'
    stsm.model: no visible global function definition for 'var'
    stsm.model: no visible global function definition for 'frequency'
    stsm.model: no visible global function definition for 'na.omit'
    stsm.model: no visible global function definition for 'fft'
    stsm.model: no visible global function definition for 'new'
    stsm.sgf: no visible global function definition for 'frequency'
    char2numeric,stsm: no visible global function definition for
     'frequency'
    set.cpar,stsm: no visible global function definition for 'validObject'
    set.nopars,stsm: no visible global function definition for
     'validObject'
    set.pars,stsm: no visible global function definition for 'validObject'
    transPars,stsm: no visible global function definition for 'var'
    Undefined global functions or variables:
     fft frequency is.ts na.omit new validObject var
    Consider adding
     importFrom("methods", "new", "validObject")
     importFrom("stats", "fft", "frequency", "is.ts", "na.omit", "var")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
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