Last updated on 2020-10-11 01:47:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.23.0 | 31.55 | 672.60 | 704.15 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.23.0 | 25.77 | 518.87 | 544.64 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.23.0 | 537.29 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.23.0 | 854.03 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.23.0 | 65.00 | 796.00 | 861.00 | OK | |
r-patched-linux-x86_64 | 0.23.0 | 29.83 | 661.84 | 691.67 | OK | |
r-patched-solaris-x86 | 0.23.0 | 294.50 | ERROR | --no-vignettes | ||
r-release-linux-x86_64 | 0.23.0 | 31.77 | 650.46 | 682.23 | OK | |
r-release-macos-x86_64 | 0.23.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.23.0 | 51.00 | 826.00 | 877.00 | OK | |
r-oldrel-macos-x86_64 | 0.23.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.23.0 | 57.00 | 565.00 | 622.00 | OK |
Version: 0.23.0
Check: package dependencies
Result: WARN
Requires (indirectly) orphaned package: ‘bibtex’
Suggests orphaned package: ‘bibtex’
Flavor: r-devel-linux-x86_64-fedora-clang
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.031 0.032 0.065
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