Last updated on 2023-06-03 22:56:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.4 | 9.50 | 57.08 | 66.58 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.8.4 | 6.58 | 44.86 | 51.44 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.8.4 | 84.81 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.4 | 94.52 | OK | |||
r-devel-windows-x86_64 | 1.8.4 | 24.00 | 109.00 | 133.00 | OK | |
r-patched-linux-x86_64 | 1.8.4 | OK | ||||
r-release-linux-x86_64 | 1.8.4 | 7.40 | 54.67 | 62.07 | OK | |
r-release-macos-arm64 | 1.8.4 | 41.00 | OK | |||
r-release-macos-x86_64 | 1.8.4 | 63.00 | OK | |||
r-release-windows-x86_64 | 1.8.4 | 21.00 | 89.00 | 110.00 | ERROR | |
r-oldrel-macos-arm64 | 1.8.4 | 33.00 | OK | |||
r-oldrel-macos-x86_64 | 1.8.4 | 86.00 | OK | |||
r-oldrel-windows-x86_64 | 1.8.4 | 22.00 | 81.00 | 103.00 | OK |
Version: 1.8.4
Check: examples
Result: ERROR
Running examples in ‘jsonlite-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: stream_in, stream_out
> ### Title: Streaming JSON input/output
> ### Aliases: 'stream_in, stream_out' stream_in stream_out
>
> ### ** Examples
>
> # compare formats
> x <- iris[1:3,]
> toJSON(x)
[{"Sepal.Length":5.1,"Sepal.Width":3.5,"Petal.Length":1.4,"Petal.Width":0.2,"Species":"setosa"},{"Sepal.Length":4.9,"Sepal.Width":3,"Petal.Length":1.4,"Petal.Width":0.2,"Species":"setosa"},{"Sepal.Length":4.7,"Sepal.Width":3.2,"Petal.Length":1.3,"Petal.Width":0.2,"Species":"setosa"}]
> stream_out(x)
{"Sepal.Length":5.1,"Sepal.Width":3.5,"Petal.Length":1.4,"Petal.Width":0.2,"Species":"setosa"}
{"Sepal.Length":4.9,"Sepal.Width":3,"Petal.Length":1.4,"Petal.Width":0.2,"Species":"setosa"}
{"Sepal.Length":4.7,"Sepal.Width":3.2,"Petal.Length":1.3,"Petal.Width":0.2,"Species":"setosa"}
Complete! Processed total of 3 rows.
>
> # Trivial example
> mydata <- stream_in(url("http://httpbin.org/stream/100"))
opening url input connection.
Warning in open.connection(con, "rb") :
cannot open URL 'http://httpbin.org/stream/100': HTTP status was '504 Gateway Timeout'
Error in open.connection(con, "rb") :
cannot open the connection to 'http://httpbin.org/stream/100'
Calls: stream_in -> open -> open.connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.8.4
Check: examples
Result: ERROR
Running examples in 'jsonlite-Ex.R' failed
The error most likely occurred in:
> ### Name: stream_in, stream_out
> ### Title: Streaming JSON input/output
> ### Aliases: 'stream_in, stream_out' stream_in stream_out
>
> ### ** Examples
>
> # compare formats
> x <- iris[1:3,]
> toJSON(x)
[{"Sepal.Length":5.1,"Sepal.Width":3.5,"Petal.Length":1.4,"Petal.Width":0.2,"Species":"setosa"},{"Sepal.Length":4.9,"Sepal.Width":3,"Petal.Length":1.4,"Petal.Width":0.2,"Species":"setosa"},{"Sepal.Length":4.7,"Sepal.Width":3.2,"Petal.Length":1.3,"Petal.Width":0.2,"Species":"setosa"}]
> stream_out(x)
{"Sepal.Length":5.1,"Sepal.Width":3.5,"Petal.Length":1.4,"Petal.Width":0.2,"Species":"setosa"}
{"Sepal.Length":4.9,"Sepal.Width":3,"Petal.Length":1.4,"Petal.Width":0.2,"Species":"setosa"}
{"Sepal.Length":4.7,"Sepal.Width":3.2,"Petal.Length":1.3,"Petal.Width":0.2,"Species":"setosa"}
Complete! Processed total of 3 rows.
>
> # Trivial example
> mydata <- stream_in(url("http://httpbin.org/stream/100"))
opening url input connection.
Warning in open.connection(con, "rb") :
cannot open URL 'http://httpbin.org/stream/100': HTTP status was '504 Gateway Timeout'
Error in open.connection(con, "rb") :
cannot open the connection to 'http://httpbin.org/stream/100'
Calls: stream_in -> open -> open.connection
Execution halted
Flavor: r-release-windows-x86_64