CRAN Package Check Results for Package Kendall

Last updated on 2020-10-11 01:47:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2 2.62 25.01 27.63 NOTE
r-devel-linux-x86_64-debian-gcc 2.2 2.02 19.75 21.77 NOTE
r-devel-linux-x86_64-fedora-clang 2.2 42.67 NOTE
r-devel-linux-x86_64-fedora-gcc 2.2 36.49 NOTE
r-devel-windows-ix86+x86_64 2.2 7.00 43.00 50.00 NOTE
r-patched-linux-x86_64 2.2 2.33 24.79 27.12 NOTE
r-patched-solaris-x86 2.2 52.00 NOTE
r-release-linux-x86_64 2.2 2.37 24.44 26.81 NOTE
r-release-macos-x86_64 2.2 NOTE
r-release-windows-ix86+x86_64 2.2 5.00 53.00 58.00 NOTE
r-oldrel-macos-x86_64 2.2 NOTE
r-oldrel-windows-ix86+x86_64 2.2 6.00 49.00 55.00 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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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