Last updated on 2025-12-26 06:50:00 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 9.64 | 74.76 | 84.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 7.06 | 55.42 | 62.48 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 16.00 | 121.54 | 137.54 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 16.00 | 111.76 | 127.76 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 10.00 | 91.00 | 101.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.0 | 8.08 | 68.72 | 76.80 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 9.46 | 69.29 | 78.75 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 6.00 | 64.00 | 70.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 12.00 | 79.00 | 91.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 | 15.00 | 100.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:
> ### 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) :
cannot open URL 'https://github.com/solivella/i3packModels/raw/refs/heads/main/ap_ctry.rds': HTTP status was '504 Gateway Timeout'
Error in readRDS(con, refhook = refhook) :
cannot open the connection to 'https://github.com/solivella/i3packModels/raw/refs/heads/main/ap_ctry.rds'
Calls: predict_iii -> <Anonymous> -> readRDS
Execution halted
Flavor: r-devel-windows-x86_64