Last updated on 2025-02-23 13:51:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 9.69 | 76.30 | 85.99 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.73 | 52.50 | 58.23 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 123.94 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 106.29 | ERROR | |||
r-devel-macos-arm64 | 0.1.0 | 40.00 | OK | |||
r-devel-macos-x86_64 | 0.1.0 | 77.00 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 10.00 | 88.00 | 98.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 7.59 | 70.67 | 78.26 | NOTE | |
r-release-linux-x86_64 | 0.1.0 | 8.29 | 70.78 | 79.07 | NOTE | |
r-release-macos-arm64 | 0.1.0 | 40.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.0 | 60.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.0 | 11.00 | 82.00 | 93.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.0 | 48.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.0 | 68.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.0 | 12.00 | 98.00 | 110.00 | NOTE |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘TEAM-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: TEAM
> ### Title: Testing on an Aggregation Tree Method
> ### Aliases: TEAM
>
> ### ** Examples
>
> set.seed(1)
> # Simulate local shift difference for each population from mixture of normals
> N1 <- N2 <- 1e6
> require(ks) #loads rnorm.mixt function
Loading required package: ks
> #Controls
> x1 <- rnorm.mixt(N1,mus=c(0.2,0.89),sigmas=c(0.04,0.01),props=c(0.97,0.03))
> #Cases
> x2 <- rnorm.mixt(N2,mus=c(0.2,0.88),sigmas=c(0.04,0.01),props=c(0.97,0.03))
> res <- TEAM(x1,x2,K=14,alpha=0.05,L=3)
Error in islistfactor(x, recursive) : NA in coercion to Rboolean
Calls: TEAM -> unique -> unlist
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘TEAM-Ex.R’ failed
The error most likely occurred in:
> ### Name: TEAM
> ### Title: Testing on an Aggregation Tree Method
> ### Aliases: TEAM
>
> ### ** Examples
>
> set.seed(1)
> # Simulate local shift difference for each population from mixture of normals
> N1 <- N2 <- 1e6
> require(ks) #loads rnorm.mixt function
Loading required package: ks
> #Controls
> x1 <- rnorm.mixt(N1,mus=c(0.2,0.89),sigmas=c(0.04,0.01),props=c(0.97,0.03))
> #Cases
> x2 <- rnorm.mixt(N2,mus=c(0.2,0.88),sigmas=c(0.04,0.01),props=c(0.97,0.03))
> res <- TEAM(x1,x2,K=14,alpha=0.05,L=3)
Error in unlist(indx.list[rej.x], rej.xtra) : 'recursive' is NA
Calls: TEAM -> unique -> unlist
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.