Last updated on 2026-03-23 19:51:21 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.02 | 37.60 | 39.62 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.70 | 29.33 | 31.03 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 57.15 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 60.98 | OK | |||
| r-devel-macos-arm64 | 0.1.0 | 1.00 | 27.00 | 28.00 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 4.00 | 62.00 | 66.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 2.00 | 32.52 | 34.52 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 2.00 | 32.01 | 34.01 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 70.00 | 72.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 5.00 | 69.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 1.00 | 34.00 | 35.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 73.00 | 75.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 4.00 | 68.00 | 72.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘stacr-Ex.R’ failed
The error most likely occurred in:
> ### Name: stac_collections
> ### Title: List STAC Collections
> ### Aliases: stac_collections
>
> ### ** Examples
>
> ## Don't show:
> if (has_internet()) withAutoprint({ # examplesIf
+ ## End(Don't show)
+ stac_collections("https://earth-search.aws.element84.com/v1")
+ ## Don't show:
+ }) # examplesIf
> stac_collections("https://earth-search.aws.element84.com/v1")
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘sf’
Calls: withAutoprint ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘getting-started.Rmd’ using rmarkdown
Quitting from getting-started.Rmd:43-45 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'sf'
---
Backtrace:
▆
1. ├─stacr::stac_collections("https://earth-search.aws.element84.com/v1")
2. └─base::loadNamespace(x)
3. ├─base::namespaceImportFrom(...)
4. │ └─base::asNamespace(ns)
5. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
7. └─base (local) withOneRestart(expr, restarts[[1L]])
8. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'getting-started.Rmd' failed with diagnostics:
there is no package called 'sf'
--- failed re-building ‘getting-started.Rmd’
SUMMARY: processing the following file failed:
‘getting-started.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang