CRAN Package Check Results for Package i3pack

Last updated on 2026-08-18 13:49:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 10.77 78.61 89.38 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 7.15 55.60 62.75 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 59.28 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 55.33 OK
r-devel-windows-x86_64 0.1.0 11.00 86.00 97.00 OK
r-patched-linux-x86_64 0.1.0 9.52 70.87 80.39 OK
r-release-linux-x86_64 0.1.0 7.57 70.83 78.40 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 12.00 0.00 12.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 106.00 122.00 OK

Check Details

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) : cannot open URL 'https://github.com/solivella/i3packModels/raw/refs/heads/main/ap_ctry.rds': HTTP status was '404 Not Found' 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-linux-x86_64-debian-gcc