CRAN Package Check Results for Package ICE

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.69 2.75 22.93 25.68 NOTE
r-devel-linux-x86_64-debian-gcc 0.69 2.13 17.59 19.72 NOTE
r-devel-linux-x86_64-fedora-clang 0.69 38.54 NOTE
r-devel-linux-x86_64-fedora-gcc 0.69 29.45 NOTE
r-devel-windows-ix86+x86_64 0.69 14.00 45.00 59.00 NOTE
r-patched-linux-x86_64 0.69 2.86 22.85 25.71 NOTE
r-patched-solaris-x86 0.69 47.30 NOTE
r-release-linux-x86_64 0.69 2.70 22.44 25.14 NOTE
r-release-macos-x86_64 0.69 NOTE
r-release-windows-ix86+x86_64 0.69 17.00 54.00 71.00 NOTE
r-oldrel-macos-x86_64 0.69 NOTE
r-oldrel-windows-ix86+x86_64 0.69 6.00 55.00 61.00 NOTE

Check Details

Version: 0.69
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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.69
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'KernSmooth' which was already attached by Depends.
     Please remove these calls from your code.
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.69
Check: R code for possible problems
Result: NOTE
    bickde: no visible global function definition for 'optimize'
    iclocpoly: no visible global function definition for 'approx'
    iclocpoly: no visible global function definition for 'sd'
    iclocpoly: no visible global function definition for 'dnorm'
    iclocpoly: no visible global function definition for 'pnorm'
    iclocpoly: no visible global function definition for 'var'
    inmost: no visible global function definition for 'stack'
    Undefined global functions or variables:
     approx dnorm optimize pnorm sd stack var
    Consider adding
     importFrom("stats", "approx", "dnorm", "optimize", "pnorm", "sd",
     "var")
     importFrom("utils", "stack")
    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.69
Check: Rd line widths
Result: NOTE
    Rd file 'ickde.Rd':
     \usage lines wider than 90 characters:
     ickde(I, h, f, m, n.iterations = 10, x1, xm, right.limit = 10000,kernel="gaussian", old=TRUE)
    
    These lines will be truncated in the PDF manual.
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

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