Last updated on 2020-12-04 00:48:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.1.4 | 85.28 | 118.94 | 204.22 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.1.4 | 53.36 | 92.53 | 145.89 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.1.4 | 283.14 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.1.4 | 245.27 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9.1.4 | 189.00 | 227.00 | 416.00 | OK | |
r-patched-linux-x86_64 | 0.9.1.4 | 66.11 | 113.64 | 179.75 | OK | |
r-patched-solaris-x86 | 0.9.1.4 | 299.40 | OK | |||
r-release-linux-x86_64 | 0.9.1.4 | 67.01 | 112.24 | 179.25 | OK | |
r-release-macos-x86_64 | 0.9.1.4 | OK | ||||
r-release-windows-ix86+x86_64 | 0.9.1.4 | 145.00 | 208.00 | 353.00 | OK | |
r-oldrel-macos-x86_64 | 0.9.1.4 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.1.4 | 142.00 | 212.00 | 354.00 | OK |
Version: 0.9.1.4
Check: installed package size
Result: NOTE
installed size is 5.4Mb
sub-directories of 1Mb or more:
libs 4.6Mb
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.9.1.4
Check: tests
Result: ERROR
Running ‘test-as-dgCMatrix.R’ [2s/2s]
Running ‘test-empty_array.R’ [2s/2s]
Running ‘test-existence_collision.R’ [2s/2s]
Running ‘test-hash.mapping.R’ [2s/2s]
Running ‘test-hashing.R’ [2s/2s]
Running the tests in ‘tests/test-hashing.R’ failed.
Last 13 lines of output:
+ if (class(e)[1] != "std::invalid_argument") stop(e)
+ if (conditionMessage(e) != "Failed to find the column:PlAnT") stop(e)
+ })
+
+ m <- hashed.model.matrix(~ Plant:Type:Treatment, CO2, create.mapping = TRUE, signed.hash = TRUE)
+ map <- hash.mapping(m)
+ map <- map[grepl("\\w+:\\w+:\\w+", names(map))]
+ checkTrue(all(hashed.interaction.value(names(map)) %% (2^18) + 1== map),
+ "The hashed.interaction.value gives inconsistent result of hashed.model.matrix")
+ }
Loading required package: RUnit
Error in .hashed.model.matrix.dataframe(tf, data, hash.size, transpose, :
c++ exception (unknown reason)
Calls: tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
Flavor: r-oldrel-macos-x86_64