Last updated on 2025-04-22 09:49:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.3 | 3.00 | 26.67 | 29.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.3 | 2.09 | 21.44 | 23.53 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.3 | 48.06 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.3 | 59.82 | NOTE | |||
r-devel-windows-x86_64 | 0.5.3 | 4.00 | 57.00 | 61.00 | ERROR | |
r-patched-linux-x86_64 | 0.5.3 | 2.56 | 26.03 | 28.59 | OK | |
r-release-linux-x86_64 | 0.5.3 | 2.79 | 26.23 | 29.02 | OK | |
r-release-macos-arm64 | 0.5.3 | 41.00 | OK | |||
r-release-macos-x86_64 | 0.5.3 | 59.00 | OK | |||
r-release-windows-x86_64 | 0.5.3 | 4.00 | 52.00 | 56.00 | OK | |
r-oldrel-macos-arm64 | 0.5.3 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.3 | 42.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.3 | 4.00 | 56.00 | 60.00 | OK |
Version: 0.5.3
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘R6’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.5.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'demo.Rmd' using rmarkdown
Quitting from demo.Rmd:27-30 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `curl::curl_fetch_memory()`:
! Could not resolve hostname [services.odata.org]: Could not resolve host: services.odata.org
---
Backtrace:
▆
1. ├─service$all()
2. │ └─ODataQuery::retrieve_all(self$url, ..., httr_args = private$httr_args)
3. │ └─ODataQuery::retrieve_data(next_link, ...)
4. │ ├─base::do.call(httr::GET, c(args, httr_args))
5. │ └─httr (local) `<fn>`("https://services.odata.org/V4/TripPinServiceRW/", `<S3: request>`)
6. │ └─httr:::request_perform(req, hu$handle$handle)
7. │ ├─httr:::request_fetch(req$output, req$url, handle)
8. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
9. │ └─curl::curl_fetch_memory(url, handle = handle)
10. └─curl:::raise_libcurl_error(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'demo.Rmd' failed with diagnostics:
Could not resolve hostname [services.odata.org]: Could not resolve host: services.odata.org
--- failed re-building 'demo.Rmd'
--- re-building 'querying.Rmd' using rmarkdown
--- finished re-building 'querying.Rmd'
SUMMARY: processing the following file failed:
'demo.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64