Last updated on 2026-08-18 10:52:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.0 | 5.26 | 62.40 | 67.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 3.96 | 37.06 | 41.02 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.0 | 42.41 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 40.80 | OK | |||
| r-devel-windows-x86_64 | 0.6.0 | 7.00 | 79.00 | 86.00 | OK | |
| r-patched-linux-x86_64 | 0.6.0 | 5.68 | 56.26 | 61.94 | OK | |
| r-release-linux-x86_64 | 0.6.0 | 5.15 | 56.92 | 62.07 | OK | |
| r-release-macos-arm64 | 0.6.0 | 1.00 | 20.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 0.6.0 | 4.00 | 58.00 | 62.00 | OK | |
| r-release-windows-x86_64 | 0.6.0 | 7.00 | 0.00 | 7.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.0 | 1.00 | 24.00 | 25.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.0 | 4.00 | 77.00 | 81.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.0 | 10.00 | 94.00 | 104.00 | OK |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘camtrapdp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: check_camtrapdp
> ### Title: Check a Camera Trap Data Package object
> ### Aliases: check_camtrapdp
>
> ### ** Examples
>
> x <- example_dataset()
Error in `check_path()`:
! Can't find file at
<https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.2/example/datapackage.json>.
Backtrace:
▆
1. └─camtrapdp::example_dataset()
2. ├─camtrapdp:::read_camtrapdp_cache(url)
3. │ ├─base::withVisible(eval(mc, parent.frame()))
4. │ └─base::eval(mc, parent.frame())
5. │ └─base::eval(mc, parent.frame())
6. └─camtrapdp (local) `<fn>`(file = url)
7. └─camtrapdp::read_camtrapdp(file)
8. ├─base::suppressMessages(frictionless::read_package(file))
9. │ └─base::withCallingHandlers(...)
10. └─frictionless::read_package(file)
11. └─frictionless:::read_descriptor(file, safe = FALSE)
12. └─frictionless:::check_path(x, directory = directory, safe = safe)
13. └─cli::cli_abort("Can't find file at {.url {path}}.", class = "frictionless_error_url_not_found")
14. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc