Last updated on 2025-04-07 16:52:06 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 | 6.80 | 64.92 | 71.72 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 180.24 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 170.32 | OK | |||
r-devel-macos-arm64 | 1.0.3 | 45.00 | OK | |||
r-devel-macos-x86_64 | 1.0.3 | 131.00 | OK | |||
r-devel-windows-x86_64 | 1.0.2 | 12.00 | 99.00 | 111.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.2 | 10.81 | 94.43 | 105.24 | OK | |
r-release-linux-x86_64 | 1.0.2 | 11.59 | 83.65 | 95.24 | ERROR | |
r-release-macos-arm64 | 1.0.3 | 55.00 | OK | |||
r-release-macos-x86_64 | 1.0.3 | 125.00 | OK | |||
r-release-windows-x86_64 | 1.0.3 | 11.00 | 108.00 | 119.00 | OK | |
r-oldrel-macos-arm64 | 1.0.3 | 54.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.3 | 142.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.0.3 | 15.00 | 103.00 | 118.00 | ERROR |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘rankCorr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
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-windows-x86_64
Version: 1.0.3
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 cumprob(g) : could not find function "cumprob"
Calls: rankCorrCluster -> scores_presid
Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64