CRAN Package Check Results for Package softImpute

Last updated on 2020-08-07 01:50:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4 10.87 79.87 90.74 NOTE
r-devel-linux-x86_64-debian-gcc 1.4 10.15 60.59 70.74 NOTE
r-devel-linux-x86_64-fedora-clang 1.4 119.63 NOTE
r-devel-linux-x86_64-fedora-gcc 1.4 110.47 NOTE
r-devel-windows-ix86+x86_64 1.4 33.00 109.00 142.00 NOTE
r-patched-linux-x86_64 1.4 11.66 78.65 90.31 NOTE
r-patched-solaris-x86 1.4 160.30 NOTE
r-release-linux-x86_64 1.4 12.62 80.05 92.67 NOTE
r-release-macos-x86_64 1.4 NOTE
r-release-windows-ix86+x86_64 1.4 31.00 144.00 175.00 NOTE
r-oldrel-macos-x86_64 1.4 NOTE
r-oldrel-windows-ix86+x86_64 1.4 18.00 113.00 131.00 NOTE

Check Details

Version: 1.4
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.4
Check: R code for possible problems
Result: NOTE
    Ssimpute.als: no visible global function definition for 'rnorm'
    Ssvd.als: no visible global function definition for 'rnorm'
    cs.default: no visible binding for global variable 'weighted.mean'
    simpute.als: no visible global function definition for 'rnorm'
    Undefined global functions or variables:
     rnorm weighted.mean
    Consider adding
     importFrom("stats", "rnorm", "weighted.mean")
    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.4
Check: compiled code
Result: NOTE
    File ‘softImpute/libs/softImpute.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