CRAN Package Check Results for Package aod

Last updated on 2026-07-11 20:50:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.3 5.88 50.66 56.54 NOTE
r-devel-linux-x86_64-debian-gcc 1.3.3 3.56 36.92 40.48 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.3 9.00 76.20 85.20 OK
r-devel-linux-x86_64-fedora-gcc 1.3.3 10.00 79.09 89.09 OK
r-devel-windows-x86_64 1.3.3 10.00 74.00 84.00 OK
r-patched-linux-x86_64 1.3.3 5.48 43.76 49.24 OK
r-release-linux-x86_64 1.3.3 5.26 43.50 48.76 OK
r-release-macos-arm64 1.3.3 1.00 15.00 16.00 OK
r-release-macos-x86_64 1.3.3 4.00 68.00 72.00 OK
r-release-windows-x86_64 1.3.3 8.00 70.00 78.00 OK
r-oldrel-macos-arm64 1.3.3 OK
r-oldrel-macos-x86_64 1.3.3 4.00 44.00 48.00 OK
r-oldrel-windows-x86_64 1.3.3 9.00 82.00 91.00 OK

Check Details

Version: 1.3.3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Renaud Lancelot <renaud.lancelot@cirad.fr>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Matthieu", family = "Lesnoff", role = "aut", email = "matthieu.lesnoff@cirad.fr"), person(given = "Renaud", family = "Lancelot", role = c("aut", "cre"), email = "renaud.lancelot@cirad.fr")) as necessary. Package CITATION file contains call(s) to old-style personList() or as.personList(). Please use c() on person objects instead. Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead. 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 ‘aod-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: iccbin > ### Title: Intra-Cluster Correlation for Binomial Data > ### Aliases: iccbin show,iccbin-method > ### Keywords: htest > > ### ** Examples > > > data(rats) > tmp <- rats[rats$group == "TREAT", ] > # A: glmm (model linearization) > iccbin(n, y, data = tmp, method = "A") Error: Downdated VtV is not positive definite Execution halted Flavor: r-devel-linux-x86_64-debian-gcc