Last updated on 2019-03-14 00:46:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.79 | 36.64 | 40.43 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.02 | 31.17 | 34.19 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 53.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 50.01 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0 | 21.00 | 96.00 | 117.00 | ERROR | |
r-patched-linux-x86_64 | 1.0 | 2.95 | 34.80 | 37.75 | OK | |
r-patched-solaris-x86 | 1.0 | 85.90 | OK | |||
r-release-linux-x86_64 | OK | |||||
r-release-windows-ix86+x86_64 | 1.0 | 22.00 | 101.00 | 123.00 | OK | |
r-release-osx-x86_64 | 1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 19.00 | 63.00 | 82.00 | OK | |
r-oldrel-osx-x86_64 | 1.0 | OK |
clang-UBSAN gcc-UBSAN noLD rchk valgrind
Version: 1.0
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'msgpack-Ex.R' failed
The error most likely occurred in:
> ### Name: msgConnection
> ### Title: Read and write msgpack formatted messages over R connections.
> ### Aliases: msgConnection close.msgConnection partial
> ### partial.msgConnection readMsgs status status.msgConnection
> ### seek.msgConnection readMsg writeMsg writeMsgs
>
> ### ** Examples
>
> out <- rawConnection(raw(0), open="wb")
> apply(quakes, 1, function(x) writeMsg(x, out))
NULL
> length(rawConnectionValue(out))
[1] 57300
> inn <- msgConnection(rawConnection(rawConnectionValue(out), open="rb"))
> readMsg(inn)
lat long depth mag stations
-20.42 181.62 562.00 4.80 41.00
> readMsgs(inn, 3)
[[1]]
lat long depth mag stations
-20.62 181.03 650.00 4.20 15.00
[[2]]
lat long depth mag stations
-26.0 184.1 42.0 5.4 43.0
[[3]]
lat long depth mag stations
-17.97 181.66 626.00 4.10 19.00
>
>
>
> cleanEx()
Error: connections left open:
raw(0) (rawConnection)
rawConnectionValue(out) (rawConnection)
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.0
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'msgpack-Ex.R' failed
The error most likely occurred in:
> ### Name: msgConnection
> ### Title: Read and write msgpack formatted messages over R connections.
> ### Aliases: msgConnection close.msgConnection partial
> ### partial.msgConnection readMsgs status status.msgConnection
> ### seek.msgConnection readMsg writeMsg writeMsgs
>
> ### ** Examples
>
> out <- rawConnection(raw(0), open="wb")
> apply(quakes, 1, function(x) writeMsg(x, out))
NULL
> length(rawConnectionValue(out))
[1] 57300
> inn <- msgConnection(rawConnection(rawConnectionValue(out), open="rb"))
> readMsg(inn)
lat long depth mag stations
-20.42 181.62 562.00 4.80 41.00
> readMsgs(inn, 3)
[[1]]
lat long depth mag stations
-20.62 181.03 650.00 4.20 15.00
[[2]]
lat long depth mag stations
-26.0 184.1 42.0 5.4 43.0
[[3]]
lat long depth mag stations
-17.97 181.66 626.00 4.10 19.00
>
>
>
> cleanEx()
Error: connections left open:
raw(0) (rawConnection)
rawConnectionValue(out) (rawConnection)
Execution halted
Flavor: r-devel-windows-ix86+x86_64