CRAN Package Check Results for Package NMF

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.23.0 33.78 672.25 706.03 OK
r-devel-linux-x86_64-debian-gcc 0.23.0 23.53 512.67 536.20 OK
r-devel-linux-x86_64-fedora-clang 0.23.0 853.16 NOTE
r-devel-linux-x86_64-fedora-gcc 0.23.0 845.11 NOTE
r-devel-windows-ix86+x86_64 0.23.0 76.00 887.00 963.00 OK
r-patched-linux-x86_64 0.23.0 29.81 659.62 689.43 OK
r-patched-solaris-x86 0.23.0 296.20 ERROR --no-vignettes
r-release-linux-x86_64 0.23.0 31.09 655.41 686.50 OK
r-release-macos-x86_64 0.23.0 NOTE
r-release-windows-ix86+x86_64 0.23.0 77.00 899.00 976.00 OK
r-oldrel-macos-x86_64 0.23.0 NOTE
r-oldrel-windows-ix86+x86_64 0.23.0 70.00 668.00 738.00 OK

Check Details

Version: 0.23.0
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘BiocManager’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.23.0
Flags: --no-vignettes
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘BiocManager’
     All declared Imports should be used.
Flavor: r-patched-solaris-x86

Version: 0.23.0
Flags: --no-vignettes
Check: examples
Result: ERROR
    Running examples in ‘NMF-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: NMFfitX-class
    > ### Title: Virtual Class to Handle Results from Multiple Runs of NMF
    > ### Algorithms
    > ### Aliases: NMFfitX-class
    >
    > ### ** Examples
    >
    > ## Don't show:
    > # roxygen generated flag
    > options(R_CHECK_RUNNING_EXAMPLES_=TRUE)
    > ## End(Don't show)
    >
    > # generate a synthetic dataset with known classes
    > n <- 20; counts <- c(5, 2, 3);
    > V <- syntheticNMF(n, counts)
    >
    > # perform multiple runs of one algorithm (default is to keep only best fit)
    > res <- nmf(V, 3, nrun=3)
    # NOTE - CRAN check detected: limiting maximum number of cores [2/16]
    Error in big.matrix(nrow = nrow(x), ncol = ncol(x), type = type, init = NULL, :
     Error: memory could not be allocated for instance of type big.matrix
    Calls: nmf ... gVariable -> <Anonymous> -> <Anonymous> -> big.matrix
    Timing stopped at: 0.037 0.045 0.249
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.23.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘doMPI’
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64