Last updated on 2024-03-31 09:55:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 4.68 | 49.09 | 53.77 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 3.03 | 35.91 | 38.94 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 60.58 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 63.02 | ERROR | |||
r-devel-windows-x86_64 | 1.2.0 | 5.00 | 96.00 | 101.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.0 | 5.62 | 46.78 | 52.40 | ERROR | |
r-release-linux-x86_64 | 1.2.0 | 4.15 | 46.60 | 50.75 | ERROR | |
r-release-macos-arm64 | 1.2.0 | 91.00 | OK | |||
r-release-macos-x86_64 | 1.2.0 | 125.00 | OK | |||
r-release-windows-x86_64 | 1.2.0 | 6.00 | 110.00 | 116.00 | ERROR | |
r-oldrel-macos-arm64 | 1.2.0 | 95.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.0 | 7.00 | 88.00 | 95.00 | ERROR |
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘cryptotrackr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: solana_get_signature_for_address
> ### Title: solana_get_signature_for_address
> ### Aliases: solana_get_signature_for_address
>
> ### ** Examples
>
> url <- "https://api.devnet.solana.com"
> address <- "Vote111111111111111111111111111111111111111"
> data <- solana_get_signature_for_address(url,address)
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
Error in solana_api_call(url, request_body) :
Request failed with status code: 429
Calls: solana_get_signature_for_address -> solana_api_call
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(cryptotrackr)
>
> test_check("cryptotrackr")
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-solana.R:4:3'): the "solana_get_signature_for_address" function returns a list ──
Error in `solana_api_call(url, request_body)`: Request failed with status code: 429
Backtrace:
▆
1. └─cryptotrackr::solana_get_signature_for_address(url, address) at test-solana.R:4:3
2. └─cryptotrackr::solana_api_call(url, request_body)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/20s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(cryptotrackr)
>
> test_check("cryptotrackr")
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-solana.R:4:3'): the "solana_get_signature_for_address" function returns a list ──
Error in `solana_api_call(url, request_body)`: Request failed with status code: 429
Backtrace:
▆
1. └─cryptotrackr::solana_get_signature_for_address(url, address) at test-solana.R:4:3
2. └─cryptotrackr::solana_api_call(url, request_body)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘cryptotrackr-Ex.R’ failed
The error most likely occurred in:
> ### Name: solana_get_signature_for_address
> ### Title: solana_get_signature_for_address
> ### Aliases: solana_get_signature_for_address
>
> ### ** Examples
>
> url <- "https://api.devnet.solana.com"
> address <- "Vote111111111111111111111111111111111111111"
> data <- solana_get_signature_for_address(url,address)
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
Error in solana_api_call(url, request_body) :
Request failed with status code: 429
Calls: solana_get_signature_for_address -> solana_api_call
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/20s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(cryptotrackr)
>
> test_check("cryptotrackr")
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 91 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-magic_eden.R:17:3'): the "magic_eden_transactions" function returns a dataframe ──
Error: lexical error: invalid char in json text.
upstream connect error or disco
(right here) ------^
Backtrace:
▆
1. └─cryptotrackr::magic_eden_transactions(wallet) at test-magic_eden.R:17:3
2. └─jsonlite::fromJSON(rawToChar(res$content))
3. └─jsonlite:::parse_and_simplify(...)
4. └─jsonlite:::parseJSON(txt, bigint_as_char)
5. └─jsonlite:::parse_string(txt, bigint_as_char)
── Error ('test-solana.R:4:3'): the "solana_get_signature_for_address" function returns a list ──
Error in `solana_api_call(url, request_body)`: Request failed with status code: 429
Backtrace:
▆
1. └─cryptotrackr::solana_get_signature_for_address(url, address) at test-solana.R:4:3
2. └─cryptotrackr::solana_api_call(url, request_body)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 91 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/25s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(cryptotrackr)
>
> test_check("cryptotrackr")
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-solana.R:4:3'): the "solana_get_signature_for_address" function returns a list ──
Error in `solana_api_call(url, request_body)`: Request failed with status code: 429
Backtrace:
▆
1. └─cryptotrackr::solana_get_signature_for_address(url, address) at test-solana.R:4:3
2. └─cryptotrackr::solana_api_call(url, request_body)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [14s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(cryptotrackr)
>
> test_check("cryptotrackr")
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-solana.R:4:3'): the "solana_get_signature_for_address" function returns a list ──
Error in `solana_api_call(url, request_body)`: Request failed with status code: 429
Backtrace:
▆
1. └─cryptotrackr::solana_get_signature_for_address(url, address) at test-solana.R:4:3
2. └─cryptotrackr::solana_api_call(url, request_body)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/25s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(cryptotrackr)
>
> test_check("cryptotrackr")
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-solana.R:4:3'): the "solana_get_signature_for_address" function returns a list ──
Error in `solana_api_call(url, request_body)`: Request failed with status code: 429
Backtrace:
▆
1. └─cryptotrackr::solana_get_signature_for_address(url, address) at test-solana.R:4:3
2. └─cryptotrackr::solana_api_call(url, request_body)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/20s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(cryptotrackr)
>
> test_check("cryptotrackr")
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-solana.R:4:3'): the "solana_get_signature_for_address" function returns a list ──
Error in `solana_api_call(url, request_body)`: Request failed with status code: 429
Backtrace:
▆
1. └─cryptotrackr::solana_get_signature_for_address(url, address) at test-solana.R:4:3
2. └─cryptotrackr::solana_api_call(url, request_body)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [17s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(cryptotrackr)
>
> test_check("cryptotrackr")
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-solana.R:4:3'): the "solana_get_signature_for_address" function returns a list ──
Error in `solana_api_call(url, request_body)`: Request failed with status code: 429
Backtrace:
▆
1. └─cryptotrackr::solana_get_signature_for_address(url, address) at test-solana.R:4:3
2. └─cryptotrackr::solana_api_call(url, request_body)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(cryptotrackr)
>
> test_check("cryptotrackr")
No encoding supplied: defaulting to UTF-8.
[1] " {\"jsonrpc\":\"2.0\",\"error\":{\"code\":429,\"message\":\"Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com.\"}, \"id\": null } \r\n"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-solana.R:4:3'): the "solana_get_signature_for_address" function returns a list ──
Error in `solana_api_call(url, request_body)`: Request failed with status code: 429
Backtrace:
▆
1. └─cryptotrackr::solana_get_signature_for_address(url, address) at test-solana.R:4:3
2. └─cryptotrackr::solana_api_call(url, request_body)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 92 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64