Last updated on 2025-12-04 09:50:01 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.2 | 2.85 | 28.60 | 31.45 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.8.2 | 2.16 | 21.83 | 23.99 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8.2 | 13.00 | 33.82 | 46.82 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.2 | 43.54 | ERROR | |||
| r-devel-windows-x86_64 | 0.8.2 | 5.00 | 50.00 | 55.00 | ERROR | |
| r-patched-linux-x86_64 | 0.8.2 | 3.37 | 24.58 | 27.95 | ERROR | |
| r-release-linux-x86_64 | 0.8.2 | 2.91 | 25.70 | 28.61 | ERROR | |
| r-release-macos-arm64 | 0.8.2 | 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 | ERROR | |
| r-oldrel-macos-arm64 | 0.8.2 | 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 | 59.00 | 67.00 | ERROR |
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
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-debian-gcc
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.8.2
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
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-patched-linux-x86_64
Version: 0.8.2
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
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-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.