Last updated on 2026-08-25 10:53:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.61 | 54.20 | 56.81 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.19 | 22.84 | 25.03 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 24.42 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 21.43 | ERROR | |||
| r-devel-windows-x86_64 | 1.0.0 | 4.00 | 79.00 | 83.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.0 | 2.89 | 50.30 | 53.19 | NOTE | |
| r-release-linux-x86_64 | 1.0.0 | 2.67 | 50.11 | 52.78 | NOTE | |
| r-release-macos-arm64 | 1.0.0 | 1.00 | 19.00 | 20.00 | NOTE | |
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 79.00 | 81.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.0 | 5.00 | 65.00 | 70.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 70.00 | 72.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.0 | 4.00 | 81.00 | 85.00 | NOTE |
Version: 1.0.0
Check: Rd files
Result: NOTE
checkRd: (-1) GCTF.Rd:56: Lost braces; missing escapes or markup?
56 | U : A matrix which has N-rows and J-columns (J < {N, M}).
| ^
checkRd: (-1) GCTF.Rd:57: Lost braces; missing escapes or markup?
57 | V : A matrix which has M-rows and J-columns (J < {N, M}).
| ^
checkRd: (-1) GCTF.Rd:58: Lost braces; missing escapes or markup?
58 | J : The number of dimension (J < {N, M}).
| ^
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("gcTensor")
> library("rTensor")
> library("einsum")
> library("testthat")
>
> options(testthat.use_colours = FALSE)
>
> source("testthat/setting.R")
Error in names(dim(out))[1] <- names(dim(B)[2]) :
replacement has length zero
Calls: source ... .recTensor -> .Xbar -> lapply -> FUN -> .xtx -> .ttm
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("gcTensor")
> library("rTensor")
> library("einsum")
> library("testthat")
>
> options(testthat.use_colours = FALSE)
>
> source("testthat/setting.R")
Error in names(dim(out))[1] <- names(dim(B)[2]) :
replacement has length zero
Calls: source ... .recTensor -> .Xbar -> lapply -> FUN -> .xtx -> .ttm
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc