Last updated on 2025-10-07 09:50:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.52 | 74.69 | 78.21 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.85 | 48.55 | 51.40 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 127.50 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 127.21 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 7.00 | 106.00 | 113.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 4.16 | 70.70 | 74.86 | OK | |
r-release-linux-x86_64 | 0.1.0 | 3.90 | 70.60 | 74.50 | OK | |
r-release-macos-arm64 | 0.1.0 | 72.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 139.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 7.00 | 111.00 | 118.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 76.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 116.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 8.00 | 127.00 | 135.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘whep-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: build_supply_use
> ### Title: Supply and use tables
> ### Aliases: build_supply_use
>
> ### ** Examples
>
> # Note: These are smaller samples to show outputs, not the real data.
> # For all data, call the function with default versions (i.e. no arguments).
> build_supply_use(
+ cbs_version = "20250721T132006Z-8ea47",
+ feed_intake_version = "20250721T143825Z-c1313",
+ primary_prod_version = "20250721T145805Z-8e12a",
+ primary_residues_version = "20250721T150132Z-dfd94",
+ processing_coefs_version = "20250721T143403Z-216d7"
+ )
ℹ Fetching files for primary_prod...
Error in `pins::board_url()`:
! Failed to parse manifest file at URL
<https://saco.csic.es/public.php/dav/files/nrJ3JGPZyZeQMW8/Model%20inputs/world/_pins.yaml>:
Scanner error: while scanning a simple key at line 35, column 1 could not
find expected ':' at line 36, column 1
ℹ Manifest file must be text and parsable as YAML.
Caused by error in `yaml::yaml.load()`:
! Scanner error: while scanning a simple key at line 35, column 1 could not find expected ':' at line 36, column 1
Backtrace:
▆
1. └─whep::build_supply_use(...)
2. ├─whep:::.build_supply_use_from_inputs(...)
3. │ ├─dplyr::select(...)
4. │ ├─dplyr::bind_rows(...)
5. │ │ └─rlang::list2(...)
6. │ └─whep:::.build_crop_production(...)
7. │ ├─dplyr::mutate(...)
8. │ └─whep:::.build_supply_crop_production(...)
9. │ └─whep:::.build_supply_crop_product(crop_prod_items, primary_prod)
10. │ ├─dplyr::mutate(...)
11. │ ├─dplyr::summarise(...)
12. │ ├─dplyr::inner_join(...)
13. │ └─dplyr::filter(primary_prod, unit == "tonnes")
14. └─whep::get_primary_production(version = primary_prod_version)
15. ├─dplyr::select(...)
16. ├─dplyr::rename_with(...)
17. └─whep::whep_read_file("primary_prod", version = version)
18. ├─whep:::.read_file(...)
19. │ └─purrr::detect(paths, ~stringr::str_ends(.x, extension))
20. │ └─purrr:::index(.x, .dir, .right, "detect")
21. ├─pins::pin_download(...)
22. │ └─pins:::check_board(board, "pin_download", "pin_get")
23. └─whep:::.build_board_with_progress(purrr::pluck(file_info, "board_url"))
24. └─pins::board_url(board_url)
25. └─pins:::get_manifest(urls, headers)
26. └─base::tryCatch(...)
27. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
28. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
29. └─value[[3L]](cond)
30. └─cli::cli_abort(...)
31. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc