Last updated on 2024-10-10 19:50:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.2 | 6.11 | 53.43 | 59.54 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.0.2 | 4.90 | 38.95 | 43.85 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0.2 | OK | ||||
r-devel-linux-x86_64-fedora-gcc | 2.0.2 | 90.07 | ERROR | |||
r-devel-windows-x86_64 | 2.0.2 | 8.00 | 70.00 | 78.00 | ERROR | |
r-patched-linux-x86_64 | 2.0.2 | 6.58 | 50.78 | 57.36 | ERROR | |
r-release-linux-x86_64 | 2.0.2 | 6.53 | 50.84 | 57.37 | 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 | 71.00 | 79.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 | 9.00 | 80.00 | 89.00 | ERROR |
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
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 2.0.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [3s/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-devel-linux-x86_64-debian-gcc
Version: 2.0.2
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’
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-fedora-gcc
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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
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-patched-linux-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