Last updated on 2025-11-04 05:51:13 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 87.05 | 42.87 | 129.92 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 59.87 | 31.69 | 91.56 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 189.00 | 59.80 | 248.80 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 152.00 | 95.82 | 247.82 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 135.00 | 83.00 | 218.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 91.18 | 40.58 | 131.76 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 93.98 | 41.37 | 135.35 | OK | |
| r-release-macos-arm64 | 0.1.0 | 34.00 | 33.00 | 67.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 33.00 | 70.00 | 103.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 140.00 | 83.00 | 223.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 35.00 | 53.00 | 88.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.1.0 | 34.00 | 89.00 | 123.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.1.0 | 148.00 | 105.00 | 253.00 | ERROR | 
Version: 0.1.0
Check: installed package size
Result: NOTE
    installed size is  5.6Mb
    sub-directories of 1Mb or more:
      libs   4.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
    Running ‘apply.r’ [0s/0s]
    Running ‘arithmetic.r’ [0s/0s]
    Running ‘as-array.r’ [0s/0s]
    Running ‘colSums.r’ [0s/0s]
    Running ‘copy.r’ [0s/0s]
    Running ‘create.r’ [0s/0s]
    Running ‘dim.r’ [0s/0s]
    Running ‘extract-replace.r’ [0s/0s]
    Running ‘inplace.r’ [0s/0s]
    Running ‘marray.r’ [0s/0s]
  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-arm64
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