CRAN Package Check Results for Package rankCorr

Last updated on 2025-04-05 18:51:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 12.55 94.84 107.39 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 9.33 73.13 82.46 OK
r-devel-linux-x86_64-fedora-clang 1.0.2 165.04 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.2 183.65 OK
r-devel-macos-arm64 1.0.2 53.00 OK
r-devel-macos-x86_64 1.0.2 99.00 OK
r-devel-windows-x86_64 1.0.2 12.00 106.00 118.00 OK
r-patched-linux-x86_64 1.0.2 10.81 94.43 105.24 OK
r-release-linux-x86_64 1.0.2 10.95 94.44 105.39 OK
r-release-macos-arm64 1.0.2 51.00 OK
r-release-macos-x86_64 1.0.2 100.00 OK
r-release-windows-x86_64 1.0.2 13.00 109.00 122.00 OK
r-oldrel-macos-arm64 1.0.2 51.00 OK
r-oldrel-macos-x86_64 1.0.2 105.00 OK
r-oldrel-windows-x86_64 1.0.2 16.00 131.00 147.00 OK

Check Details

Version: 1.0.2
Check: examples
Result: ERROR Running examples in ‘rankCorr-Ex.R’ failed The error most likely occurred in: > ### Name: rankCorrCluster > ### Title: Total, between-, and within-cluster Spearman rank correlations > ### for clustered data > ### Aliases: rankCorrCluster > > ### ** Examples > > library(mvtnorm) > k <- 50; m <- 5 > sigma.u <- matrix(c(1, 0.6, 0.6, 4), ncol=2); sigma.e <- matrix(c(1, 0.6, 0.6, 1), ncol=2) > u <- rmvnorm(k, c(1, -1), sigma.u) > x1 <- matrix(NA, k, m) > y1 <- matrix(NA, k, m) > for (i in 1:k){ + r <- rmvnorm(m, c(0, 0), sigma.e) + x1[i,] <- u[i, 1] + r[, 1] + y1[i,] <- u[i, 2] + r[, 2] + } > x <- as.vector(t(x1)) > y <- as.vector(t(y1)) > cluster <- rep(1:k, each=m) > rankCorrCluster(x, y, cluster, link.x = "probit", link.y = "probit", + methods_between_corr = "approx") Error in mod$trans$cumprob(g) : attempt to apply non-function Calls: rankCorrCluster -> scores_presid Execution halted Flavor: r-devel-linux-x86_64-fedora-clang