CRAN Package Check Results for Package ei

Last updated on 2025-12-07 07:49:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3-3 13.13 115.54 128.67 NOTE
r-devel-linux-x86_64-debian-gcc 1.3-3 9.58 83.40 92.98 ERROR
r-devel-linux-x86_64-fedora-clang 1.3-3 33.00 186.74 219.74 OK
r-devel-linux-x86_64-fedora-gcc 1.3-3 29.00 195.64 224.64 OK
r-devel-windows-x86_64 1.3-3 15.00 132.00 147.00 OK
r-patched-linux-x86_64 1.3-3 11.20 115.27 126.47 OK
r-release-linux-x86_64 1.3-3 12.34 114.79 127.13 OK
r-release-macos-arm64 1.3-3 OK
r-release-macos-x86_64 1.3-3 12.00 111.00 123.00 OK
r-release-windows-x86_64 1.3-3 17.00 129.00 146.00 OK
r-oldrel-macos-arm64 1.3-3 OK
r-oldrel-macos-x86_64 1.3-3 8.00 82.00 90.00 OK
r-oldrel-windows-x86_64 1.3-3 20.00 167.00 187.00 OK

Check Details

Version: 1.3-3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘James Honaker <zelig.zee@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Gary", family = "King", role = "aut", email = "king@harvard.edu"), person(given = "Molly", family = "Roberts", role = "aut", email = "molly.e.roberts@gmail.com"), person(given = "James", family = "Honaker", role = "cre", email = "zelig.zee@gmail.com")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.3-3
Check: examples
Result: ERROR Running examples in ‘ei-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: tomogRxC3d > ### Title: Plotting 2x3 Ecological Inference Estimates in 3 dimensions > ### Aliases: tomogRxC3d > > ### ** Examples > > data(RxCdata) > formula <- cbind(turnout, noturnout) ~ cbind(white, black, hisp) > tomogRxC3d(formula, RxCdata, total=NULL, lci=TRUE, estimates=TRUE, ci=TRUE, transparency=.5, + light=FALSE, rotate=FALSE) Error: Package rgl is needed for the tomogRxC3d function to work. Please install it. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc