The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Last updated on 2026-08-28 23:51:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 19.05 | 124.48 | 143.53 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 15.71 | 84.53 | 100.24 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 13.00 | 74.69 | 87.69 | 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 | 248.00 | 270.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1.0 | 21.85 | 116.44 | 138.29 | 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 | 22.00 | 202.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
Flavors: r-devel-linux-x86_64-debian-clang, 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, r-devel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.