Last updated on 2026-08-22 17:50:23 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 | 15.12 | 84.92 | 100.04 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 13.00 | 78.08 | 91.08 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 16.00 | 81.60 | 97.60 | OK | |
| 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 | 19.75 | 114.17 | 133.92 | 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 | 20.00 | 149.00 | 169.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 | 28.00 | 196.00 | 224.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