Last updated on 2025-08-11 01:49:28 CEST.
Package | ERROR | OK |
---|---|---|
awdb | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in 'awdb-Ex.R' failed
The error most likely occurred in:
> ### Name: get_forecasts
> ### Title: Get Station Forecasts
> ### Aliases: get_forecasts
>
> ### ** Examples
>
> # get streamflow forecasts
> get_forecasts(cascades, elements = "SRVO")
Error in `FUN()`:
! `resp` must be an HTTP response object, not a <httr2_http_500> object.
Backtrace:
▆
1. └─awdb::get_forecasts(cascades, elements = "SRVO")
2. └─awdb:::make_requests(...)
3. └─base::vapply(...)
4. └─httr2 (local) FUN(resp = X[[i]])
5. └─httr2:::check_response(resp)
6. └─httr2:::stop_input_type(...)
7. └─rlang::abort(message, ..., call = call, arg = arg)
Execution halted
Flavor: r-devel-windows-x86_64