CRAN Package Check Results for Package TSHRC

Last updated on 2024-03-28 14:48:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-6 3.56 29.01 32.57 OK
r-devel-linux-x86_64-debian-gcc 0.1-6 2.45 22.50 24.95 OK
r-devel-linux-x86_64-fedora-clang 0.1-6 42.04 OK
r-devel-linux-x86_64-fedora-gcc 0.1-6 41.58 OK
r-devel-windows-x86_64 0.1-6 6.00 406.00 412.00 ERROR
r-patched-linux-x86_64 0.1-6 2.56 29.03 31.59 OK
r-release-linux-x86_64 0.1-6 2.36 28.79 31.15 OK
r-release-macos-arm64 0.1-6 19.00 OK
r-release-macos-x86_64 0.1-6 25.00 OK
r-release-windows-x86_64 0.1-6 8.00 203.00 211.00 OK
r-oldrel-macos-arm64 0.1-6 21.00 OK
r-oldrel-windows-x86_64 0.1-6 10.00 234.00 244.00 OK

Check Details

Version: 0.1-6
Check: tests
Result: ERROR Running 'bar.R' [171s] Running 'foo.R' [175s] Running 'rats.R' [0s] Comparing 'rats.Rout' to 'rats.Rout.save' ... OK Running the tests in 'tests/bar.R' failed. Complete output: > > library(TSHRC) > > options(digits=4) # avoid rounding differences > > data(rats) > attach(rats) > > set.seed(42) > > twostage(time, delta, group, nboot = 2500) LRPV MTPV TSPV 0.003372 0.060000 0.003372 > > twostage(time, delta, group, nboot = 2500) LRPV MTPV TSPV 0.003372 0.052800 0.003372 > > twostage(time, delta, group, nboot = 2500) LRPV MTPV TSPV 0.003372 0.049600 0.003372 > > > proc.time() user system elapsed 0.48 0.09 0.57 Running the tests in 'tests/foo.R' failed. Complete output: > > library(TSHRC) > > options(digits=4) # avoid rounding differences > > n <- 200 > > set.seed(42) > > x1 <- rexp(n) > y1 <- rexp(n, rate = 1 / 2) > t1 <- pmin(x1, y1) > d1 <- as.numeric(t1 == x1) > g1 <- rep(0, n) > > a <- 1.25 > b <- 1 / gamma(1 + 1 / a) > x2 <- rweibull(n, shape = a, scale = b) > y2 <- rexp(n, rate = 1 / 2) > t2 <- pmin(x2, y2) > d2 <- as.numeric(t2 == x2) > g2 <- rep(1, n) > > twostage(c(t1, t2), c(d1, d2), c(g1, g2), nboot = 2500) LRPV MTPV TSPV 0.31888 0.01520 0.04014 > > twostage(c(t1, t2), c(d1, d2), c(g1, g2), nboot = 2500) LRPV MTPV TSPV 0.3189 0.0168 0.0417 > > twostage(c(t1, t2), c(d1, d2), c(g1, g2), nboot = 2500) LRPV MTPV TSPV 0.31888 0.02560 0.05027 > > > proc.time() user system elapsed 4.21 0.04 4.25 Flavor: r-devel-windows-x86_64