CRAN Package Check Results for Package copent

Last updated on 2024-03-28 19:48:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4 1.96 36.94 38.90 OK
r-devel-linux-x86_64-debian-gcc 0.4 1.66 30.50 32.16 OK
r-devel-linux-x86_64-fedora-clang 0.4 49.26 OK
r-devel-linux-x86_64-fedora-gcc 0.4 50.15 OK
r-devel-windows-x86_64 0.4 3.00 394.00 397.00 ERROR
r-patched-linux-x86_64 0.4 1.79 38.30 40.09 OK
r-release-linux-x86_64 0.4 2.20 40.02 42.22 OK
r-release-macos-arm64 0.4 21.00 OK
r-release-macos-x86_64 0.4 43.00 OK
r-release-windows-x86_64 0.4 5.00 57.00 62.00 OK
r-oldrel-macos-arm64 0.4 29.00 OK
r-oldrel-windows-x86_64 0.4 9.00 310.00 319.00 OK

Check Details

Version: 0.4
Check: tests
Result: ERROR Running 'test1copent.R' [175s] Running 'test2ci.R' [1s] Running 'test3mvnt.R' [169s] Running 'test4tst.R' [5s] Running the tests in 'tests/test1copent.R' failed. Complete output: > library(mnormt) > library(copent) > rho <- 0.5 > sigma <- matrix(c(1,rho,rho,1),2,2) > x <- rmnorm(500,c(0,0),sigma) > ce1 <- copent(x) > > proc.time() user system elapsed 0.26 0.03 0.28 Running the tests in 'tests/test3mvnt.R' failed. Complete output: > library(copent) > library(mnormt) > rho <- 0.5 > sigma <- matrix(c(1,rho,rho,1),2,2) > x <- rmnorm(1000,c(0,0),sigma) > mvnt(x) [1] 0.08744863 > > > proc.time() user system elapsed 0.37 0.10 0.45 Flavor: r-devel-windows-x86_64