CRAN Package Check Results for Package softImpute

Last updated on 2019-03-27 00:48:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4 10.22 71.78 82.00 NOTE
r-devel-linux-x86_64-debian-gcc 1.4 8.88 55.62 64.50 NOTE
r-devel-linux-x86_64-fedora-clang 1.4 103.54 NOTE
r-devel-linux-x86_64-fedora-gcc 1.4 102.69 NOTE
r-devel-windows-ix86+x86_64 1.4 30.00 127.00 157.00 NOTE
r-patched-linux-x86_64 1.4 6.19 70.69 76.88 NOTE
r-patched-solaris-x86 1.4 148.00 NOTE
r-release-linux-x86_64 1.4 5.95 70.11 76.06 NOTE
r-release-windows-ix86+x86_64 1.4 19.00 138.00 157.00 NOTE
r-release-osx-x86_64 1.4 NOTE
r-oldrel-windows-ix86+x86_64 1.4 11.00 112.00 123.00 ERROR
r-oldrel-osx-x86_64 1.4 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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

Version: 1.4
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'softImpute-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: SparseplusLowRank-class
    > ### Title: Class '"SparseplusLowRank"'
    > ### Aliases: SparseplusLowRank-class %*%,ANY,SparseplusLowRank-method
    > ### %*%,SparseplusLowRank,ANY-method %*%,Matrix,SparseplusLowRank-method
    > ### %*%,SparseplusLowRank,Matrix-method
    > ### as.matrix,SparseplusLowRank-method colMeans,SparseplusLowRank-method
    > ### colSums,SparseplusLowRank-method dim,SparseplusLowRank-method
    > ### norm,SparseplusLowRank,character-method
    > ### rowMeans,SparseplusLowRank-method rowSums,SparseplusLowRank-method
    > ### Keywords: classes
    >
    > ### ** Examples
    >
    > showClass("SparseplusLowRank")
    Class "SparseplusLowRank" [package "softImpute"]
    
    Slots:
    
    Name: x a b
    Class: sparseMatrix matrix matrix
    > x=matrix(sample(c(3,0),15,replace=TRUE),5,3)
    > x=as(x,"sparseMatrix")
    > a=matrix(rnorm(10),5,2)
    > b=matrix(rnorm(6),3,2)
    > new("SparseplusLowRank",x=x,a=a,b=b)
    An object of class "SparseplusLowRank"
    Slot "x":
    5 x 3 sparse Matrix of class "dgCMatrix"
    Error in isFALSE(suppRows) : could not find function "isFALSE"
    Calls: <Anonymous> ... print.default -> <Anonymous> -> <Anonymous> -> printSpMatrix2
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.4
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'softImpute-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: SparseplusLowRank-class
    > ### Title: Class '"SparseplusLowRank"'
    > ### Aliases: SparseplusLowRank-class %*%,ANY,SparseplusLowRank-method
    > ### %*%,SparseplusLowRank,ANY-method %*%,Matrix,SparseplusLowRank-method
    > ### %*%,SparseplusLowRank,Matrix-method
    > ### as.matrix,SparseplusLowRank-method colMeans,SparseplusLowRank-method
    > ### colSums,SparseplusLowRank-method dim,SparseplusLowRank-method
    > ### norm,SparseplusLowRank,character-method
    > ### rowMeans,SparseplusLowRank-method rowSums,SparseplusLowRank-method
    > ### Keywords: classes
    >
    > ### ** Examples
    >
    > showClass("SparseplusLowRank")
    Class "SparseplusLowRank" [package "softImpute"]
    
    Slots:
    
    Name: x a b
    Class: sparseMatrix matrix matrix
    > x=matrix(sample(c(3,0),15,replace=TRUE),5,3)
    > x=as(x,"sparseMatrix")
    > a=matrix(rnorm(10),5,2)
    > b=matrix(rnorm(6),3,2)
    > new("SparseplusLowRank",x=x,a=a,b=b)
    An object of class "SparseplusLowRank"
    Slot "x":
    5 x 3 sparse Matrix of class "dgCMatrix"
    Error in isFALSE(suppRows) : could not find function "isFALSE"
    Calls: <Anonymous> ... print.default -> <Anonymous> -> <Anonymous> -> printSpMatrix2
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.4
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Quitting from lines 118-120 (softImpute.Rmd)
    Error: processing vignette 'softImpute.Rmd' failed with diagnostics:
    could not find function "isFALSE"
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64