Last updated on 2019-12-21 10:47:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 29.49 | 26.08 | 55.57 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 19.47 | 21.23 | 40.70 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 77.58 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 74.15 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1 | 74.00 | 80.00 | 154.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1 | 80.00 | 66.00 | 146.00 | OK | |
r-patched-linux-x86_64 | 0.1 | OK | ||||
r-patched-solaris-x86 | 0.1 | 79.90 | OK | |||
r-release-linux-x86_64 | 0.1 | 24.04 | 23.92 | 47.96 | OK | |
r-release-windows-ix86+x86_64 | 0.1 | 72.00 | 80.00 | 152.00 | OK | |
r-release-osx-x86_64 | 0.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 54.00 | 75.00 | 129.00 | OK | |
r-oldrel-osx-x86_64 | 0.1 | OK |
Version: 0.1
Check: examples
Result: ERROR
Running examples in 'hogsvdR-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: hogsvd
> ### Title: Compute the Higher-order generalised singular value
> ### decomposition (HOGSVD) of a list of matrices
> ### Aliases: hogsvd
>
> ### ** Examples
>
> # Generate 3 matrices to run example on
> N <- 3
> nrow <- c(10,10,10)
> ncol <- 10
> s <- 1:N
> D <- lapply(s, function(x) {matrix(rnorm(n=nrow[x]*ncol,mean = 0, sd =10),nrow[x],ncol)})
>
> # Perform HO GSVD on the example
> res <- hogsvd(D)
Error in hogsvd(D) : All elements of D have to be of class matrix
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1
Check: tests
Result: ERROR
Running 'testthat.R' [2s/2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(hogsvdR)
>
> test_check("hogsvdR")
-- 1. Error: decomposition is correct with rsimple implementatation (@test.hogsv
All elements of D have to be of class matrix
Backtrace:
1. hogsvdR::hogsvd(D, method = "rsimple")
-- 2. Error: decomposition is correct with arma implementatation (@test.hogsvd.R
All elements of D have to be of class matrix
Backtrace:
1. hogsvdR::hogsvd(D, method = "arma")
== testthat results ===========================================================
[ OK: 2 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
1. Error: decomposition is correct with rsimple implementatation (@test.hogsvd.R#12)
2. Error: decomposition is correct with arma implementatation (@test.hogsvd.R#31)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(hogsvdR)
>
> test_check("hogsvdR")
── 1. Error: decomposition is correct with rsimple implementatation (@test.hogsv
All elements of D have to be of class matrix
Backtrace:
1. hogsvdR::hogsvd(D, method = "rsimple")
── 2. Error: decomposition is correct with arma implementatation (@test.hogsvd.R
All elements of D have to be of class matrix
Backtrace:
1. hogsvdR::hogsvd(D, method = "arma")
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 2 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
1. Error: decomposition is correct with rsimple implementatation (@test.hogsvd.R#12)
2. Error: decomposition is correct with arma implementatation (@test.hogsvd.R#31)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc