Last updated on 2026-06-08 03:50:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 2.08 | 51.77 | 53.85 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 1.55 | 25.89 | 27.44 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 83.94 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 4.00 | 104.79 | 108.79 | OK | |
| r-devel-windows-x86_64 | 0.2.2 | 4.00 | 76.00 | 80.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 2.47 | 47.73 | 50.20 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 1.81 | 47.90 | 49.71 | OK | |
| r-release-macos-arm64 | 0.2.2 | 1.00 | 28.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.2.2 | 2.00 | 78.00 | 80.00 | OK | |
| r-release-windows-x86_64 | 0.2.2 | 3.00 | 76.00 | 79.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.2 | 2.00 | 126.00 | 128.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.2 | 5.00 | 87.00 | 92.00 | OK |
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in ‘rSDI-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotSDI
> ### Title: plotSDI generates a plot of the network and SDI metrics on a
> ### geographic map.
> ### Aliases: plotSDI
>
> ### ** Examples
>
> TMSDI <- SDI(TurkiyeMigration.flows, TurkiyeMigration.nodes, variant="vuw")
> plotSDI(TMSDI, variant="vuw", circle.size.scale=1)
Error in plotSDI(TMSDI, variant = "vuw", circle.size.scale = 1) :
ggraph is required
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘rSDI.Rmd’ using rmarkdown
Quitting from rSDI.Rmd:53-73 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'ggraph'
---
Backtrace:
▆
1. └─base::library(ggraph)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'rSDI.Rmd' failed with diagnostics:
there is no package called 'ggraph'
--- failed re-building ‘rSDI.Rmd’
SUMMARY: processing the following file failed:
‘rSDI.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc