Last updated on 2026-06-19 21:55:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 9.83 | 77.39 | 87.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 6.66 | 56.38 | 63.04 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 17.00 | 116.73 | 133.73 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 15.00 | 102.33 | 117.33 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 13.00 | 81.00 | 94.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 9.62 | 69.47 | 79.09 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 9.35 | 70.51 | 79.86 | OK | |
| r-release-macos-arm64 | 0.1.0 | 2.00 | 22.00 | 24.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 7.00 | 74.00 | 81.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 13.00 | 81.00 | 94.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 6.00 | 64.00 | 70.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 16.00 | 99.00 | 115.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘i3pack-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: predict_iii
> ### Title: Predict II Score for a given set of electoral rule
> ### configurations
> ### Aliases: predict_iii
>
> ### ** Examples
>
> ## Create example data for PR system with closed party lists,
> ## magnitude 5, and Droop quota
> new_system <- data.frame(ballot_type = as.factor("closed"),
+ pool_level = as.factor("party"),
+ votes_per_voter = as.factor("One"),
+ M = 5.0,
+ threshold = 0.05,
+ formula = as.factor("droop"))
> predict_iii(data = new_system, score = "AP", district_level = FALSE)
Warning in readRDS(con, refhook = refhook) :
URL 'https://raw.githubusercontent.com/solivella/i3packModels/refs/heads/main/ap_ctry.rds': Timeout of 60 seconds was reached
Error in readRDS(con, refhook = refhook) : cannot read from connection
Calls: predict_iii -> <Anonymous> -> readRDS
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc