Last updated on 2026-09-04 17:50:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.3 | 5.47 | 70.39 | 75.86 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.3.3 | 4.38 | 54.26 | 58.64 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.3 | 52.16 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.3 | 55.81 | OK | |||
| r-devel-windows-x86_64 | 0.3.3 | 8.00 | 109.00 | 117.00 | OK | |
| r-patched-linux-x86_64 | 0.3.3 | 5.41 | 65.54 | 70.95 | OK | |
| r-release-linux-x86_64 | 0.3.3 | 5.39 | 67.42 | 72.81 | OK | |
| r-release-macos-arm64 | 0.3.3 | 1.00 | 62.00 | 63.00 | OK | |
| r-release-macos-x86_64 | 0.3.3 | 4.00 | 134.00 | 138.00 | OK | |
| r-release-windows-x86_64 | 0.3.3 | 8.00 | 106.00 | 114.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.3 | 1.00 | 64.00 | 65.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.3 | 4.00 | 135.00 | 139.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.3 | 10.00 | 123.00 | 133.00 | OK |
Version: 0.3.3
Check: examples
Result: ERROR
Running examples in ‘dawaR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: status_check
> ### Title: Check that all DAWA services are operational
> ### Aliases: status_check
>
> ### ** Examples
>
> if (connection_check()) {
+ status_check()
+
+ status_check(return_df = TRUE)
+ }
Error in if (nchar(rss_resp$item_title[i]) == nchar(paste0(services[i], :
missing value where TRUE/FALSE needed
Calls: status_check -> sapply -> lapply -> FUN
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘dawaR.Rmd’ using rmarkdown
[WARNING] Deprecated: --mathjax. Use --math-method=mathjax[:URL] instead.
--- finished re-building ‘dawaR.Rmd’
--- re-building ‘renv-issues.Rmd’ using rmarkdown
[WARNING] Deprecated: --mathjax. Use --math-method=mathjax[:URL] instead.
--- finished re-building ‘renv-issues.Rmd’
--- re-building ‘status.Rmd’ using rmarkdown
Quitting from status.Rmd:27-29 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (...) NULL`:
! missing value where TRUE/FALSE needed
---
Backtrace:
▆
1. └─dawaR::status_check()
2. └─base::sapply(...)
3. └─base::lapply(X = X, FUN = FUN, ...)
4. └─dawaR (local) FUN(X[[i]], ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'status.Rmd' failed with diagnostics:
missing value where TRUE/FALSE needed
--- failed re-building ‘status.Rmd’
SUMMARY: processing the following file failed:
‘status.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc