Last updated on 2025-11-08 19:51:17 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 25.83 | 118.51 | 144.34 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 14.54 | 102.82 | 117.36 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 53.00 | 210.74 | 263.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 50.00 | 217.63 | 267.63 | OK | |
| r-devel-windows-x86_64 | 0.4.0 | 31.00 | 180.00 | 211.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 22.67 | 137.29 | 159.96 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 22.30 | 135.02 | 157.32 | OK | |
| r-release-macos-arm64 | 0.4.0 | 11.00 | 115.00 | 126.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 32.00 | 252.00 | 284.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 29.00 | 175.00 | 204.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | 12.00 | 130.00 | 142.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.0 | 29.00 | 249.00 | 278.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 40.00 | 229.00 | 269.00 | OK |
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘resourcecode-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: compute_sea_state_1d_spectrum
> ### Title: Compute sea_state parameter from wave spectrum
> ### Aliases: compute_sea_state_1d_spectrum
>
> ### ** Examples
>
> rscd_params <- get_parameters(
+ node = "134865",
+ start = "1994-01-01",
+ end = "1994-01-31 23:00:00",
+ parameters = c("hs", "tp", "cge", "t01", "dp", "dir")
+ )
Warning in open.connection(con, "rb") :
cannot open URL 'https://resourcecode-datacharts.ifremer.fr//api/timeseries?parameter=hs&node=134864&start=1994-01-01T00:00:00Z&end=1994-01-31T23:00:00Z': HTTP status was '500 Internal Server Error'
Error in open.connection(con, "rb") :
cannot open the connection to 'https://resourcecode-datacharts.ifremer.fr//api/timeseries?parameter=hs&node=134864&start=1994-01-01T00:00:00Z&end=1994-01-31T23:00:00Z'
Calls: get_parameters ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.4.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘resourcecode.Rmd’ using rmarkdown
Quitting from resourcecode.Rmd:115-131 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `open.connection()`:
! cannot open the connection to 'https://resourcecode-datacharts.ifremer.fr//api/timeseries?parameter=hs&node=134939&start=1994-01-01T00:00:00Z&end=1994-12-31T23:00:00Z'
---
Backtrace:
▆
1. └─resourcecode::get_parameters(...)
2. └─resourcecode:::get_parameters_raw(...)
3. └─jsonlite::fromJSON(request)
4. └─jsonlite:::parse_and_simplify(...)
5. └─jsonlite:::parseJSON(txt, bigint_as_char)
6. └─jsonlite:::parse_con(txt, bigint_as_char)
7. ├─base::open(con, "rb")
8. └─base::open.connection(con, "rb")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'resourcecode.Rmd' failed with diagnostics:
cannot open the connection to 'https://resourcecode-datacharts.ifremer.fr//api/timeseries?parameter=hs&node=134939&start=1994-01-01T00:00:00Z&end=1994-12-31T23:00:00Z'
--- failed re-building ‘resourcecode.Rmd’
SUMMARY: processing the following file failed:
‘resourcecode.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang