CRAN Package Check Results for Package crypto2

Last updated on 2024-10-06 01:49:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.2 6.52 54.15 60.67 ERROR
r-devel-linux-x86_64-debian-gcc 2.0.2 4.53 39.95 44.48 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.2 97.46 OK
r-devel-linux-x86_64-fedora-gcc 2.0.2 102.34 OK
r-devel-windows-x86_64 2.0.2 8.00 70.00 78.00 ERROR
r-patched-linux-x86_64 2.0.2 5.28 50.69 55.97 ERROR
r-release-linux-x86_64 2.0.2 6.74 50.73 57.47 ERROR
r-release-macos-arm64 2.0.2 38.00 OK
r-release-macos-x86_64 2.0.2 65.00 OK
r-release-windows-x86_64 2.0.2 8.00 72.00 80.00 ERROR
r-oldrel-macos-arm64 2.0.2 46.00 OK
r-oldrel-macos-x86_64 2.0.2 61.00 OK
r-oldrel-windows-x86_64 2.0.2 10.00 79.00 89.00 ERROR

Check Details

Version: 2.0.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/1s] Running ‘testthat.R’ [5s/8s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(crypto2) > Sys.setenv(TZ = "UTC") > test_check("crypto2") > Scraping crypto info > Processing crypto info [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-api.R:2:3', 'test-api.R:26:3', 'test-api.R:48:3', 'test-crypto-info.R:3:3', 'test-crypto-info.R:33:3', 'test-crypto-info.R:49:3', 'test-global-quotes.R:3:3', 'test-global-quotes.R:16:3', 'test-history.R:3:3', 'test-history.R:19:3', 'test-history.R:25:3', 'test-listings.R:3:3', 'test-listings.R:15:3', 'test-listings.R:23:3', 'test-listings.R:29:3', 'test-lists.R:3:3', 'test-lists.R:11:3', 'test-lists.R:19:3', 'test-lists.R:27:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-crypto-info.R:28:3'): Downloaded data matches previously downloaded reference data for crypto_info() ── `new_data` (`actual`) not equal to `expected_data` (`expected`). `attr(actual, 'row.names')`: 1 2 3 4 5 6 7 `attr(expected, 'row.names')`: 1 2 actual vs expected id name symbol slug category date_added actual[1, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[2, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[3, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[4, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[5, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[6, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 actual[7, ] 2 Litecoin LTC litecoin coin 2013-04-28 `actual$id`: 1 1 1 1 1 1 2 `expected$id`: 1 2 actual$name | expected$name [1] "Bitcoin" | "Bitcoin" [1] [2] "Bitcoin" - [3] "Bitcoin" - [4] "Bitcoin" - [5] "Bitcoin" - [6] "Bitcoin" - [7] "Litecoin" | "Litecoin" [2] `actual$symbol`: "BTC" "BTC" "BTC" "BTC" "BTC" "BTC" "LTC" `expected$symbol`: "BTC" "LTC" actual$slug | expected$slug [1] "bitcoin" | "bitcoin" [1] [2] "bitcoin" - [3] "bitcoin" - [4] "bitcoin" - [5] "bitcoin" - [6] "bitcoin" - [7] "litecoin" | "litecoin" [2] `actual$category`: "coin" "coin" "coin" "coin" "coin" "coin" "coin" `expected$category`: "coin" "coin" actual$date_added | expected$date_added [1] "2010-07-13" | "2010-07-13" [1] [2] "2010-07-13" - [3] "2010-07-13" - [4] "2010-07-13" - [5] "2010-07-13" - [6] "2010-07-13" - [7] "2013-04-28" | "2013-04-28" [2] The newly downloaded data should match the reference dataset. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.0.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [4s/7s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(crypto2) > Sys.setenv(TZ = "UTC") > test_check("crypto2") > Scraping crypto info > Processing crypto info [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-api.R:2:3', 'test-api.R:26:3', 'test-api.R:48:3', 'test-crypto-info.R:3:3', 'test-crypto-info.R:33:3', 'test-crypto-info.R:49:3', 'test-global-quotes.R:3:3', 'test-global-quotes.R:16:3', 'test-history.R:3:3', 'test-history.R:19:3', 'test-history.R:25:3', 'test-listings.R:3:3', 'test-listings.R:15:3', 'test-listings.R:23:3', 'test-listings.R:29:3', 'test-lists.R:3:3', 'test-lists.R:11:3', 'test-lists.R:19:3', 'test-lists.R:27:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-crypto-info.R:28:3'): Downloaded data matches previously downloaded reference data for crypto_info() ── `new_data` (`actual`) not equal to `expected_data` (`expected`). `attr(actual, 'row.names')`: 1 2 3 4 5 6 7 `attr(expected, 'row.names')`: 1 2 actual vs expected id name symbol slug category date_added actual[1, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[2, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[3, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[4, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[5, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[6, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 actual[7, ] 2 Litecoin LTC litecoin coin 2013-04-28 `actual$id`: 1 1 1 1 1 1 2 `expected$id`: 1 2 actual$name | expected$name [1] "Bitcoin" | "Bitcoin" [1] [2] "Bitcoin" - [3] "Bitcoin" - [4] "Bitcoin" - [5] "Bitcoin" - [6] "Bitcoin" - [7] "Litecoin" | "Litecoin" [2] `actual$symbol`: "BTC" "BTC" "BTC" "BTC" "BTC" "BTC" "LTC" `expected$symbol`: "BTC" "LTC" actual$slug | expected$slug [1] "bitcoin" | "bitcoin" [1] [2] "bitcoin" - [3] "bitcoin" - [4] "bitcoin" - [5] "bitcoin" - [6] "bitcoin" - [7] "litecoin" | "litecoin" [2] `actual$category`: "coin" "coin" "coin" "coin" "coin" "coin" "coin" `expected$category`: "coin" "coin" actual$date_added | expected$date_added [1] "2010-07-13" | "2010-07-13" [1] [2] "2010-07-13" - [3] "2010-07-13" - [4] "2010-07-13" - [5] "2010-07-13" - [6] "2010-07-13" - [7] "2013-04-28" | "2013-04-28" [2] The newly downloaded data should match the reference dataset. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.0.2
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [5s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(crypto2) > Sys.setenv(TZ = "UTC") > test_check("crypto2") > Scraping crypto info > Processing crypto info [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-api.R:2:3', 'test-api.R:26:3', 'test-api.R:48:3', 'test-crypto-info.R:3:3', 'test-crypto-info.R:33:3', 'test-crypto-info.R:49:3', 'test-global-quotes.R:3:3', 'test-global-quotes.R:16:3', 'test-history.R:3:3', 'test-history.R:19:3', 'test-history.R:25:3', 'test-listings.R:3:3', 'test-listings.R:15:3', 'test-listings.R:23:3', 'test-listings.R:29:3', 'test-lists.R:3:3', 'test-lists.R:11:3', 'test-lists.R:19:3', 'test-lists.R:27:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-crypto-info.R:28:3'): Downloaded data matches previously downloaded reference data for crypto_info() ── `new_data` (`actual`) not equal to `expected_data` (`expected`). `attr(actual, 'row.names')`: 1 2 3 4 5 6 7 `attr(expected, 'row.names')`: 1 2 actual vs expected id name symbol slug category date_added actual[1, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[2, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[3, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[4, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[5, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[6, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 actual[7, ] 2 Litecoin LTC litecoin coin 2013-04-28 `actual$id`: 1 1 1 1 1 1 2 `expected$id`: 1 2 actual$name | expected$name [1] "Bitcoin" | "Bitcoin" [1] [2] "Bitcoin" - [3] "Bitcoin" - [4] "Bitcoin" - [5] "Bitcoin" - [6] "Bitcoin" - [7] "Litecoin" | "Litecoin" [2] `actual$symbol`: "BTC" "BTC" "BTC" "BTC" "BTC" "BTC" "LTC" `expected$symbol`: "BTC" "LTC" actual$slug | expected$slug [1] "bitcoin" | "bitcoin" [1] [2] "bitcoin" - [3] "bitcoin" - [4] "bitcoin" - [5] "bitcoin" - [6] "bitcoin" - [7] "litecoin" | "litecoin" [2] `actual$category`: "coin" "coin" "coin" "coin" "coin" "coin" "coin" `expected$category`: "coin" "coin" actual$date_added | expected$date_added [1] "2010-07-13" | "2010-07-13" [1] [2] "2010-07-13" - [3] "2010-07-13" - [4] "2010-07-13" - [5] "2010-07-13" - [6] "2010-07-13" - [7] "2013-04-28" | "2013-04-28" [2] The newly downloaded data should match the reference dataset. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 2.0.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [4s/9s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(crypto2) > Sys.setenv(TZ = "UTC") > test_check("crypto2") > Scraping crypto info > Processing crypto info [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-api.R:2:3', 'test-api.R:26:3', 'test-api.R:48:3', 'test-crypto-info.R:3:3', 'test-crypto-info.R:33:3', 'test-crypto-info.R:49:3', 'test-global-quotes.R:3:3', 'test-global-quotes.R:16:3', 'test-history.R:3:3', 'test-history.R:19:3', 'test-history.R:25:3', 'test-listings.R:3:3', 'test-listings.R:15:3', 'test-listings.R:23:3', 'test-listings.R:29:3', 'test-lists.R:3:3', 'test-lists.R:11:3', 'test-lists.R:19:3', 'test-lists.R:27:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-crypto-info.R:28:3'): Downloaded data matches previously downloaded reference data for crypto_info() ── `new_data` (`actual`) not equal to `expected_data` (`expected`). `attr(actual, 'row.names')`: 1 2 3 4 5 6 7 `attr(expected, 'row.names')`: 1 2 actual vs expected id name symbol slug category date_added actual[1, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[2, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[3, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[4, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[5, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[6, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 actual[7, ] 2 Litecoin LTC litecoin coin 2013-04-28 `actual$id`: 1 1 1 1 1 1 2 `expected$id`: 1 2 actual$name | expected$name [1] "Bitcoin" | "Bitcoin" [1] [2] "Bitcoin" - [3] "Bitcoin" - [4] "Bitcoin" - [5] "Bitcoin" - [6] "Bitcoin" - [7] "Litecoin" | "Litecoin" [2] `actual$symbol`: "BTC" "BTC" "BTC" "BTC" "BTC" "BTC" "LTC" `expected$symbol`: "BTC" "LTC" actual$slug | expected$slug [1] "bitcoin" | "bitcoin" [1] [2] "bitcoin" - [3] "bitcoin" - [4] "bitcoin" - [5] "bitcoin" - [6] "bitcoin" - [7] "litecoin" | "litecoin" [2] `actual$category`: "coin" "coin" "coin" "coin" "coin" "coin" "coin" `expected$category`: "coin" "coin" actual$date_added | expected$date_added [1] "2010-07-13" | "2010-07-13" [1] [2] "2010-07-13" - [3] "2010-07-13" - [4] "2010-07-13" - [5] "2010-07-13" - [6] "2010-07-13" - [7] "2013-04-28" | "2013-04-28" [2] The newly downloaded data should match the reference dataset. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 2.0.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [4s/8s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(crypto2) > Sys.setenv(TZ = "UTC") > test_check("crypto2") > Scraping crypto info > Processing crypto info [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-api.R:2:3', 'test-api.R:26:3', 'test-api.R:48:3', 'test-crypto-info.R:3:3', 'test-crypto-info.R:33:3', 'test-crypto-info.R:49:3', 'test-global-quotes.R:3:3', 'test-global-quotes.R:16:3', 'test-history.R:3:3', 'test-history.R:19:3', 'test-history.R:25:3', 'test-listings.R:3:3', 'test-listings.R:15:3', 'test-listings.R:23:3', 'test-listings.R:29:3', 'test-lists.R:3:3', 'test-lists.R:11:3', 'test-lists.R:19:3', 'test-lists.R:27:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-crypto-info.R:28:3'): Downloaded data matches previously downloaded reference data for crypto_info() ── `new_data` (`actual`) not equal to `expected_data` (`expected`). `attr(actual, 'row.names')`: 1 2 3 4 5 6 7 `attr(expected, 'row.names')`: 1 2 actual vs expected id name symbol slug category date_added actual[1, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[2, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[3, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[4, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[5, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[6, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 actual[7, ] 2 Litecoin LTC litecoin coin 2013-04-28 `actual$id`: 1 1 1 1 1 1 2 `expected$id`: 1 2 actual$name | expected$name [1] "Bitcoin" | "Bitcoin" [1] [2] "Bitcoin" - [3] "Bitcoin" - [4] "Bitcoin" - [5] "Bitcoin" - [6] "Bitcoin" - [7] "Litecoin" | "Litecoin" [2] `actual$symbol`: "BTC" "BTC" "BTC" "BTC" "BTC" "BTC" "LTC" `expected$symbol`: "BTC" "LTC" actual$slug | expected$slug [1] "bitcoin" | "bitcoin" [1] [2] "bitcoin" - [3] "bitcoin" - [4] "bitcoin" - [5] "bitcoin" - [6] "bitcoin" - [7] "litecoin" | "litecoin" [2] `actual$category`: "coin" "coin" "coin" "coin" "coin" "coin" "coin" `expected$category`: "coin" "coin" actual$date_added | expected$date_added [1] "2010-07-13" | "2010-07-13" [1] [2] "2010-07-13" - [3] "2010-07-13" - [4] "2010-07-13" - [5] "2010-07-13" - [6] "2010-07-13" - [7] "2013-04-28" | "2013-04-28" [2] The newly downloaded data should match the reference dataset. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 2.0.2
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [6s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(crypto2) > Sys.setenv(TZ = "UTC") > test_check("crypto2") > Scraping crypto info > Processing crypto info [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-api.R:2:3', 'test-api.R:26:3', 'test-api.R:48:3', 'test-crypto-info.R:3:3', 'test-crypto-info.R:33:3', 'test-crypto-info.R:49:3', 'test-global-quotes.R:3:3', 'test-global-quotes.R:16:3', 'test-history.R:3:3', 'test-history.R:19:3', 'test-history.R:25:3', 'test-listings.R:3:3', 'test-listings.R:15:3', 'test-listings.R:23:3', 'test-listings.R:29:3', 'test-lists.R:3:3', 'test-lists.R:11:3', 'test-lists.R:19:3', 'test-lists.R:27:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-crypto-info.R:28:3'): Downloaded data matches previously downloaded reference data for crypto_info() ── `new_data` (`actual`) not equal to `expected_data` (`expected`). `attr(actual, 'row.names')`: 1 2 3 4 5 6 7 `attr(expected, 'row.names')`: 1 2 actual vs expected id name symbol slug category date_added actual[1, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[2, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[3, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[4, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[5, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[6, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 actual[7, ] 2 Litecoin LTC litecoin coin 2013-04-28 `actual$id`: 1 1 1 1 1 1 2 `expected$id`: 1 2 actual$name | expected$name [1] "Bitcoin" | "Bitcoin" [1] [2] "Bitcoin" - [3] "Bitcoin" - [4] "Bitcoin" - [5] "Bitcoin" - [6] "Bitcoin" - [7] "Litecoin" | "Litecoin" [2] `actual$symbol`: "BTC" "BTC" "BTC" "BTC" "BTC" "BTC" "LTC" `expected$symbol`: "BTC" "LTC" actual$slug | expected$slug [1] "bitcoin" | "bitcoin" [1] [2] "bitcoin" - [3] "bitcoin" - [4] "bitcoin" - [5] "bitcoin" - [6] "bitcoin" - [7] "litecoin" | "litecoin" [2] `actual$category`: "coin" "coin" "coin" "coin" "coin" "coin" "coin" `expected$category`: "coin" "coin" actual$date_added | expected$date_added [1] "2010-07-13" | "2010-07-13" [1] [2] "2010-07-13" - [3] "2010-07-13" - [4] "2010-07-13" - [5] "2010-07-13" - [6] "2010-07-13" - [7] "2013-04-28" | "2013-04-28" [2] The newly downloaded data should match the reference dataset. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 2.0.2
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [7s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(crypto2) > Sys.setenv(TZ = "UTC") > test_check("crypto2") > Scraping crypto info > Processing crypto info [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-api.R:2:3', 'test-api.R:26:3', 'test-api.R:48:3', 'test-crypto-info.R:3:3', 'test-crypto-info.R:33:3', 'test-crypto-info.R:49:3', 'test-global-quotes.R:3:3', 'test-global-quotes.R:16:3', 'test-history.R:3:3', 'test-history.R:19:3', 'test-history.R:25:3', 'test-listings.R:3:3', 'test-listings.R:15:3', 'test-listings.R:23:3', 'test-listings.R:29:3', 'test-lists.R:3:3', 'test-lists.R:11:3', 'test-lists.R:19:3', 'test-lists.R:27:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-crypto-info.R:28:3'): Downloaded data matches previously downloaded reference data for crypto_info() ── `new_data` (`actual`) not equal to `expected_data` (`expected`). `attr(actual, 'row.names')`: 1 2 3 4 5 6 7 `attr(expected, 'row.names')`: 1 2 actual vs expected id name symbol slug category date_added actual[1, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[2, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[3, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[4, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[5, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 - actual[6, ] 1 Bitcoin BTC bitcoin coin 2010-07-13 actual[7, ] 2 Litecoin LTC litecoin coin 2013-04-28 `actual$id`: 1 1 1 1 1 1 2 `expected$id`: 1 2 actual$name | expected$name [1] "Bitcoin" | "Bitcoin" [1] [2] "Bitcoin" - [3] "Bitcoin" - [4] "Bitcoin" - [5] "Bitcoin" - [6] "Bitcoin" - [7] "Litecoin" | "Litecoin" [2] `actual$symbol`: "BTC" "BTC" "BTC" "BTC" "BTC" "BTC" "LTC" `expected$symbol`: "BTC" "LTC" actual$slug | expected$slug [1] "bitcoin" | "bitcoin" [1] [2] "bitcoin" - [3] "bitcoin" - [4] "bitcoin" - [5] "bitcoin" - [6] "bitcoin" - [7] "litecoin" | "litecoin" [2] `actual$category`: "coin" "coin" "coin" "coin" "coin" "coin" "coin" `expected$category`: "coin" "coin" actual$date_added | expected$date_added [1] "2010-07-13" | "2010-07-13" [1] [2] "2010-07-13" - [3] "2010-07-13" - [4] "2010-07-13" - [5] "2010-07-13" - [6] "2010-07-13" - [7] "2013-04-28" | "2013-04-28" [2] The newly downloaded data should match the reference dataset. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 1 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64