Last updated on 2025-11-14 10:50:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.2 | 2.63 | 28.21 | 30.84 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.2 | 2.05 | 22.37 | 24.42 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.8.2 | 15.00 | 33.04 | 48.04 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.2 | 13.00 | 33.10 | 46.10 | ERROR | |
| r-devel-windows-x86_64 | 0.8.2 | 5.00 | 51.00 | 56.00 | OK | |
| r-patched-linux-x86_64 | 0.8.2 | 3.41 | 25.80 | 29.21 | OK | |
| r-release-linux-x86_64 | 0.8.2 | 2.95 | 25.61 | 28.56 | OK | |
| r-release-macos-arm64 | 0.8.2 | 2.00 | 23.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 0.8.2 | 3.00 | 42.00 | 45.00 | OK | |
| r-release-windows-x86_64 | 0.8.2 | 5.00 | 52.00 | 57.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.2 | 2.00 | 27.00 | 29.00 | OK | |
| r-oldrel-macos-x86_64 | 0.8.2 | 3.00 | 36.00 | 39.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.2 | 8.00 | 58.00 | 66.00 | OK |
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(owmr)
owmr 0.8.2
another crazy way to talk to OpenWeatherMap's API
Documentation: type ?owmr or https://crazycapivara.github.io/owmr/
Issues, notes and bleeding edge: https://github.com/crazycapivara/owmr/
It is recommended that you store your api key in an environment variable called OWM_API_KEY.
>
> test_check("owmr")
Saving _problems/test_current_mocks-30.R
Saving _problems/test_forecast-29.R
[ FAIL 2 | WARN 3 | SKIP 0 | PASS 28 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_current_mocks.R:8:3'): current weather data ────────────────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test_current_mocks.R:8:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test_forecast.R:8:3'): forecast data ────────────────────────────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test_forecast.R:8:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 3 | SKIP 0 | PASS 28 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/10s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(owmr)
owmr 0.8.2
another crazy way to talk to OpenWeatherMap's API
Documentation: type ?owmr or https://crazycapivara.github.io/owmr/
Issues, notes and bleeding edge: https://github.com/crazycapivara/owmr/
It is recommended that you store your api key in an environment variable called OWM_API_KEY.
>
> test_check("owmr")
Saving _problems/test_current_mocks-30.R
Saving _problems/test_forecast-29.R
[ FAIL 2 | WARN 3 | SKIP 0 | PASS 28 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_current_mocks.R:8:3'): current weather data ────────────────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test_current_mocks.R:8:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test_forecast.R:8:3'): forecast data ────────────────────────────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test_forecast.R:8:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 3 | SKIP 0 | PASS 28 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc