Last updated on 2026-08-25 02:49:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 17.71 | 128.66 | 146.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 14.42 | 83.00 | 97.42 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 15.00 | 80.59 | 95.59 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 16.00 | 81.76 | 97.76 | ERROR | |
| r-devel-windows-x86_64 | 1.1.0 | 22.00 | 271.00 | 293.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 20.28 | 114.98 | 135.26 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 20.42 | 115.05 | 135.47 | OK | |
| r-release-macos-arm64 | 1.1.0 | 4.00 | 33.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 12.00 | 139.00 | 151.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 27.00 | 155.00 | 182.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 11.00 | 165.00 | 176.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 31.00 | 208.00 | 239.00 | OK |
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘calculus-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: einstein
> ### Title: Numerical and Symbolic Einstein Summation
> ### Aliases: einstein
>
> ### ** Examples
>
> ### A{i,j} B{j,k}
> a <- array(letters[1:6], dim = c(i=2, j=3))
> b <- array(letters[1:3], dim = c(j=3, k=1))
> einstein(a,b)
[,1]
[1,] "(a) * (a) + (c) * (b) + (e) * (c)"
[2,] "(b) * (a) + (d) * (b) + (f) * (c)"
>
> ### A{i,j} B{j,k,k} C{k,l} D{j,k}
> a <- array(1:10, dim = c(i=2, j=5))
> b <- array(1:45, dim = c(j=5, k=3, k=3))
> c <- array(1:12, dim = c(k=3, l=4))
> d <- array(1:15, dim = c(j=5, k=3))
> einstein(a,b,c,d)
Error in einstein(a, b, c, d) :
no index found: use 'index(x) <- ...' to set summation indices
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘calculus-Ex.R’ failed
The error most likely occurred in:
> ### Name: einstein
> ### Title: Numerical and Symbolic Einstein Summation
> ### Aliases: einstein
>
> ### ** Examples
>
> ### A{i,j} B{j,k}
> a <- array(letters[1:6], dim = c(i=2, j=3))
> b <- array(letters[1:3], dim = c(j=3, k=1))
> einstein(a,b)
[,1]
[1,] "(a) * (a) + (c) * (b) + (e) * (c)"
[2,] "(b) * (a) + (d) * (b) + (f) * (c)"
>
> ### A{i,j} B{j,k,k} C{k,l} D{j,k}
> a <- array(1:10, dim = c(i=2, j=5))
> b <- array(1:45, dim = c(j=5, k=3, k=3))
> c <- array(1:12, dim = c(k=3, l=4))
> d <- array(1:15, dim = c(j=5, k=3))
> einstein(a,b,c,d)
Error in einstein(a, b, c, d) :
no index found: use 'index(x) <- ...' to set summation indices
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc