Last updated on 2020-01-09 07:47:56 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 12.32 | 131.23 | 143.55 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.1 | 10.89 | 84.59 | 95.48 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.1 | 150.91 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 147.82 | OK | |||
r-devel-windows-ix86+x86_64 | 0.6.0 | 30.00 | 199.00 | 229.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.6.0 | 24.00 | 183.00 | 207.00 | OK | |
r-patched-linux-x86_64 | 0.6.1 | 10.68 | 96.95 | 107.63 | OK | |
r-patched-solaris-x86 | 0.6.1 | 172.80 | ERROR | |||
r-release-linux-x86_64 | 0.6.0 | 10.83 | 112.68 | 123.51 | OK | |
r-release-windows-ix86+x86_64 | 0.6.0 | 36.00 | 200.00 | 236.00 | OK | |
r-release-osx-x86_64 | 0.6.1 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.6.0 | 19.00 | 207.00 | 226.00 | OK | |
r-oldrel-osx-x86_64 | 0.6.1 | ERROR |
Version: 0.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/223s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(bomrang)
Attaching package: 'bomrang'
The following object is masked from 'package:stats':
filter
The following object is masked from 'package:graphics':
plot
>
> test_check("bomrang")
── 1. Failure: Error handling (@test-get_historical.R#7) ──────────────────────
`get_historical(2)` threw an error with unexpected message.
Expected match: "Station not recognised."
Actual message: "Timeout was reached: [www.bom.gov.au] Resolving timed out after 10000 milliseconds"
Backtrace:
1. testthat::expect_error(get_historical(2), regexp = "Station not recognised.")
6. bomrang::get_historical(2)
7. bomrang:::.get_ncc()
8. readr::read_table(...)
9. readr::datasource(file, skip = skip, skip_empty_rows = skip_empty_rows)
10. readr:::datasource_connection(file, skip, skip_empty_rows, comment)
11. readr:::read_connection(path)
13. base::open.connection(con, "rb")
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 18 | SKIPPED: 51 | WARNINGS: 2 | FAILED: 1 ]
1. Failure: Error handling (@test-get_historical.R#7)
Error: testthat unit tests failed
In addition: Warning message:
In for (i in seq_len(n)) { :
closing unused connection 4 (http://www.bom.gov.au/climate/data/lists_by_element/alphaAUS_123.txt)
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
The following object is masked from 'package:graphics':
plot
>
> test_check("bomrang")
── 1. Failure: cache directory is created if necessary (@test-file_caching.R#30)
dir.exists(manage_cache$cache_path_get()) isn't true.
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 18 | SKIPPED: 51 | WARNINGS: 3 | FAILED: 1 ]
1. Failure: cache directory is created if necessary (@test-file_caching.R#30)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
The following object is masked from 'package:graphics':
plot
>
> test_check("bomrang")
── 1. Failure: cache directory is created if necessary (@test-file_caching.R#30)
dir.exists(manage_cache$cache_path_get()) isn't true.
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 18 | SKIPPED: 51 | WARNINGS: 3 | FAILED: 1 ]
1. Failure: cache directory is created if necessary (@test-file_caching.R#30)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-osx-x86_64