Last updated on 2025-11-21 07:49:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 85.13 | 43.12 | 128.25 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 60.46 | 33.08 | 93.54 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 183.00 | 70.12 | 253.12 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 143.00 | 113.47 | 256.47 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 162.00 | 80.00 | 242.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 94.34 | 41.21 | 135.55 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 91.96 | 40.81 | 132.77 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 33.00 | 70.00 | 103.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 142.00 | 82.00 | 224.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 0.00 | 10.00 | 10.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.1.0 | 39.00 | 117.00 | 156.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.1.0 | 145.00 | 105.00 | 250.00 | ERROR |
Version: 0.1.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-arm64
Version: 0.1.0
Check: installed package size
Result: NOTE
installed size is 5.5Mb
sub-directories of 1Mb or more:
libs 4.8Mb
Flavor: r-oldrel-macos-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘apply.r’ [0s/1s]
Running ‘arithmetic.r’ [1s/1s]
Running ‘as-array.r’ [0s/1s]
Running ‘colSums.r’ [0s/1s]
Running ‘copy.r’ [0s/1s]
Running ‘create.r’ [0s/1s]
Running ‘dim.r’ [0s/1s]
Running ‘extract-replace.r’ [0s/1s]
Running ‘inplace.r’ [0s/1s]
Running ‘marray.r’ [0s/1s]
Running the tests in ‘tests/marray.r’ failed.
Complete output:
> require(houba)
Loading required package: houba
>
> a <- mvector("int", 2)
> a[2] <- 1
> stopifnot( a[2] == 1 )
>
> a <- mmatrix("float", 6, 3)
> a[] <- 1:18
> stopifnot( all(a[1,] == c(1, 7, 13)) )
>
> a <- marray("double", 2:4)
> a[] <- 1:24
> stopifnot( all(a[2,1,] == c(2, 8, 14, 20)) )
Error in a[2, 1, ] : argument is missing, with no default
Calls: stopifnot -> [ -> [ -> myMissing
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'apply.r' [1s]
Running 'arithmetic.r' [1s]
Running 'as-array.r' [1s]
Running 'colSums.r' [1s]
Running 'copy.r' [1s]
Running 'create.r' [1s]
Running 'dim.r' [1s]
Running 'extract-replace.r' [1s]
Running 'inplace.r' [1s]
Running 'marray.r' [1s]
Running 'restore.r' [1s]
Running the tests in 'tests/marray.r' failed.
Complete output:
> require(houba)
Loading required package: houba
>
> a <- mvector("int", 2)
> a[2] <- 1
> stopifnot( a[2] == 1 )
>
> a <- mmatrix("float", 6, 3)
> a[] <- 1:18
> stopifnot( all(a[1,] == c(1, 7, 13)) )
>
> a <- marray("double", 2:4)
> a[] <- 1:24
> stopifnot( all(a[2,1,] == c(2, 8, 14, 20)) )
Error in a[2, 1, ] : argument is missing, with no default
Calls: stopifnot -> [ -> [ -> myMissing
Execution halted
Flavor: r-oldrel-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.
Health stats visible at Monitor.