CRAN Package Check Results for Package Kendall

Last updated on 2018-10-19 01:46:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2 1.65 23.76 25.41 NOTE
r-devel-linux-x86_64-debian-gcc 2.2 1.26 18.87 20.13 NOTE
r-devel-linux-x86_64-fedora-clang 2.2 30.32 NOTE
r-devel-linux-x86_64-fedora-gcc 2.2 28.25 NOTE
r-devel-windows-ix86+x86_64 2.2 8.00 65.00 73.00 NOTE
r-patched-linux-x86_64 2.2 1.54 21.37 22.91 NOTE
r-patched-solaris-x86 2.2 42.80 NOTE
r-release-linux-x86_64 2.2 1.49 21.72 23.21 NOTE
r-release-windows-ix86+x86_64 2.2 6.00 62.00 68.00 NOTE
r-release-osx-x86_64 2.2 NOTE
r-oldrel-windows-ix86+x86_64 2.2 5.00 55.00 60.00 NOTE
r-oldrel-osx-x86_64 2.2 NOTE

Check Details

Version: 2.2
Check: R code for possible problems
Result: NOTE
    SeasonalMannKendall: no visible global function definition for ‘is.ts’
    SeasonalMannKendall: no visible global function definition for
     ‘frequency’
    SeasonalMannKendall: no visible global function definition for ‘cycle’
    SeasonalMannKendall: no visible global function definition for ‘pnorm’
    Undefined global functions or variables:
     cycle frequency is.ts pnorm
    Consider adding
     importFrom("stats", "cycle", "frequency", "is.ts", "pnorm")
    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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

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