Last updated on 2020-08-07 01:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.1.4 | 80.06 | 115.55 | 195.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.1.4 | 59.57 | 91.07 | 150.64 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.1.4 | 265.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.1.4 | 243.57 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9.1.4 | 198.00 | 198.00 | 396.00 | OK | |
r-patched-linux-x86_64 | 0.9.1.4 | 62.55 | 112.00 | 174.55 | OK | |
r-patched-solaris-x86 | 0.9.1.4 | 297.60 | OK | |||
r-release-linux-x86_64 | 0.9.1.4 | 65.23 | 112.49 | 177.72 | OK | |
r-release-macos-x86_64 | 0.9.1.4 | OK | ||||
r-release-windows-ix86+x86_64 | 0.9.1.4 | 191.00 | 186.00 | 377.00 | OK | |
r-oldrel-macos-x86_64 | 0.9.1.4 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.1.4 | 143.00 | 189.00 | 332.00 | OK |
Version: 0.9.1.4
Check: installed package size
Result: NOTE
installed size is 5.5Mb
sub-directories of 1Mb or more:
libs 4.7Mb
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