Last updated on 2020-04-25 01:53:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.1.4 | 79.94 | 115.41 | 195.35 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.1.4 | 56.49 | 92.16 | 148.65 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.1.4 | 259.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.1.4 | 242.43 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9.1.4 | 212.00 | 260.00 | 472.00 | OK | |
r-patched-linux-x86_64 | 0.9.1.4 | 66.81 | 112.14 | 178.95 | OK | |
r-patched-osx-x86_64 | 0.9.1.4 | OK | ||||
r-patched-solaris-x86 | 0.9.1.4 | 306.90 | OK | |||
r-release-linux-x86_64 | 0.9.1.4 | 59.33 | 104.46 | 163.79 | OK | |
r-release-windows-ix86+x86_64 | 0.9.1.4 | 196.00 | 232.00 | 428.00 | OK | |
r-release-osx-x86_64 | 0.9.1.4 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.1.4 | 133.00 | 201.00 | 334.00 | OK | |
r-oldrel-osx-x86_64 | 0.9.1.4 | ERROR |
Version: 0.9.1.4
Check: installed package size
Result: NOTE
installed size is 5.4Mb
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
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64