Last updated on 2024-10-15 21:49:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.2 | 6.84 | 54.31 | 61.15 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.0.3 | 5.06 | 37.59 | 42.65 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.3 | 103.41 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.3 | 67.01 | OK | |||
r-devel-windows-x86_64 | 2.0.3 | 8.00 | 72.00 | 80.00 | OK | |
r-patched-linux-x86_64 | 2.0.3 | 6.82 | 48.89 | 55.71 | OK | |
r-release-linux-x86_64 | 2.0.3 | 6.58 | 49.47 | 56.05 | OK | |
r-release-macos-arm64 | 2.0.3 | 29.00 | OK | |||
r-release-macos-x86_64 | 2.0.3 | 47.00 | OK | |||
r-release-windows-x86_64 | 2.0.3 | 9.00 | 70.00 | 79.00 | OK | |
r-oldrel-macos-arm64 | 2.0.3 | 33.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0.3 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 2.0.3 | 11.00 | 77.00 | 88.00 | OK |
Version: 2.0.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
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-devel-linux-x86_64-debian-clang