CRAN Package Check Results for Package imputeMDR

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 2.87 19.06 21.93 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.2 2.15 15.29 17.44 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.2 35.38 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.2 25.91 NOTE
r-devel-windows-ix86+x86_64 1.1.2 10.00 37.00 47.00 NOTE
r-patched-linux-x86_64 1.1.2 2.61 19.14 21.75 NOTE
r-patched-solaris-x86 1.1.2 43.00 NOTE
r-release-linux-x86_64 1.1.2 2.81 19.26 22.07 NOTE
r-release-macos-x86_64 1.1.2 NOTE
r-release-windows-ix86+x86_64 1.1.2 7.00 36.00 43.00 NOTE
r-oldrel-macos-x86_64 1.1.2 NOTE
r-oldrel-windows-ix86+x86_64 1.1.2 7.00 47.00 54.00 NOTE

Check Details

Version: 1.1.2
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: 1.1.2
Check: R code for possible problems
Result: NOTE
    impute.mdr: no visible global function definition for 'combn'
    Undefined global functions or variables:
     combn
    Consider adding
     importFrom("utils", "combn")
    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: 1.1.2
Check: Rd line widths
Result: NOTE
    Rd file 'impute.mdr.Rd':
     \usage lines wider than 90 characters:
     impute.mdr(dataset, colresp, cs, combi, cv.fold = 10, na.method = 0, max_iter = 30, randomize = FALSE)
    
    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: 1.1.2
Check: compiled code
Result: NOTE
    File ‘imputeMDR/libs/imputeMDR.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