Last updated on 2018-12-24 10:52:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 2.96 | 26.93 | 29.89 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 2.17 | 21.77 | 23.94 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 35.21 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 33.68 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.0.1 | 6.00 | 39.00 | 45.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.1 | 2.62 | 25.34 | 27.96 | ERROR | |
r-patched-solaris-x86 | 0.0.1 | 50.40 | ERROR | |||
r-release-linux-x86_64 | 0.0.1 | 2.61 | 25.46 | 28.07 | ERROR | |
r-release-windows-ix86+x86_64 | 0.0.1 | 7.00 | 40.00 | 47.00 | ERROR | |
r-release-osx-x86_64 | 0.0.1 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.1 | 5.00 | 40.00 | 45.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.0.1 | OK |
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘PoloniexR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000799 1833.86189307
2 0.00000796 12385.50723447
> order.book$ask
ask amount
1 0.00000800 3715.62697219
2 0.00000801 253.38172678
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86321155
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘PoloniexR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000767 3911.34289439
2 0.00000766 312.98367078
> order.book$ask
ask amount
1 0.00000768 2590.61129998
2 0.00000769 63935.0520156
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86344134
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘PoloniexR-Ex.R’ failed
The error most likely occurred in:
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000736 653.28532609
2 0.00000735 15.08440569
> order.book$ask
ask amount
1 0.00000739 2927.1
2 0.00000740 2297.44221935
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86280389
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘PoloniexR-Ex.R’ failed
The error most likely occurred in:
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000745 6966.55872483
2 0.00000744 1921.96908266
> order.book$ask
ask amount
1 0.00000748 7213.01534301
2 0.00000749 163.34702681
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86311027
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in 'PoloniexR-Ex.R' failed
The error most likely occurred in:
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000749 6441.312948
2 0.00000748 66.77139038
> order.book$ask
ask amount
1 0.00000752 1373.92246715
2 0.00000753 1098.57011216
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86288542
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘PoloniexR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000747 2927.1
2 0.00000745 12511.73508038
> order.book$ask
ask amount
1 0.00000750 5561.65279438
2 0.00000751 243.38693481
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86255952
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘PoloniexR-Ex.R’ failed
The error most likely occurred in:
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000780 15611.53486879
2 0.00000779 5000
> order.book$ask
ask amount
1 0.00000782 373.51075963
2 0.00000783 63.92720307
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86068903
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘PoloniexR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000738 101575.47169811
2 0.00000737 1218.38743808
> order.book$ask
ask amount
1 0.00000740 12.29722172
2 0.00000742 34180.86386781
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86273021
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in 'PoloniexR-Ex.R' failed
The error most likely occurred in:
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000751 7796.67118083
2 0.00000750 1704.30508541
> order.book$ask
ask amount
1 0.00000753 1183.85786466
2 0.00000754 80.97093236
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86312401
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘PoloniexR-Ex.R’ failed
The error most likely occurred in:
> ### Name: ReturnTradeHistory,PoloniexPublicAPI-method
> ### Title: Returns the past 200 trades for a given market, or up to 50,000
> ### trades inside a specified input date range interval.
> ### Aliases: ReturnTradeHistory,PoloniexPublicAPI-method
>
> ### ** Examples
>
> Sys.setenv(tz = "UTC")
> poloniex.public <- PoloniexPublicAPI()
> pair <- "BTC_NXT"
> from <- as.POSIXct("2017-07-04 00:00:00 UTC")
> to <- as.POSIXct("2017-07-05 00:00:00 UTC")
>
> trades.data <- ReturnTradeHistory(theObject = poloniex.public,
+ pair = pair,
+ from = from,
+ to = to)
Error in .ProcessRequest(request.str) :
Unable to connect to https://poloniex.com/public?command=returnTradeHistory¤cyPair=BTC_NXT&start=1499140800&end=1499227200 (404)
Calls: ReturnTradeHistory -> ReturnTradeHistory -> .ProcessRequest
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in 'PoloniexR-Ex.R' failed
The error most likely occurred in:
> ### Name: ReturnOrderBook,PoloniexPublicAPI-method
> ### Title: Returns the order book for a given market, as well as a sequence
> ### number for use with the Push API and an indicator specifying whether
> ### the market is frozen.
> ### Aliases: ReturnOrderBook,PoloniexPublicAPI-method
>
> ### ** Examples
>
> poloniex.public <- PoloniexPublicAPI()
>
> pair <- "BTC_NXT"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
> order.book$bid
bid amount
1 0.00000758 671.55909908
2 0.00000757 65.97754294
> order.book$ask
ask amount
1 0.00000759 3915.28289473
2 0.00000761 3635.32847817
> order.book$frozen
[1] FALSE
> order.book$seq
[1] 86256810
>
> pair <- "all"
> depth <- 2
> order.book <- ReturnOrderBook(poloniex.public,
+ pair = pair,
+ depth = depth)
Error in matrix(unlist(pair.book$bids), ncol = 2, byrow = TRUE) :
'data' must be of a vector type, was 'NULL'
Calls: ReturnOrderBook ... ReturnOrderBook -> lapply -> FUN -> as.data.frame -> matrix
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64