Last updated on 2019-12-21 10:47:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-4 | 24.98 | 105.28 | 130.26 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2-4 | 18.54 | 80.62 | 99.16 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2-4 | 187.74 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-4 | 193.10 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2-4 | 52.00 | 188.00 | 240.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.2-4 | 52.00 | 142.00 | 194.00 | OK | |
r-patched-linux-x86_64 | 0.2-4 | OK | ||||
r-patched-solaris-x86 | 0.2-4 | 233.40 | OK | |||
r-release-linux-x86_64 | 0.2-4 | 21.71 | 116.97 | 138.68 | OK | |
r-release-windows-ix86+x86_64 | 0.2-4 | 37.00 | 177.00 | 214.00 | OK | |
r-release-osx-x86_64 | 0.2-4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2-4 | 25.00 | 184.00 | 209.00 | OK | |
r-oldrel-osx-x86_64 | 0.2-4 | OK |
Version: 0.2-4
Check: examples
Result: ERROR
Running examples in 'gofCopula-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gofco
> ### Title: Interface with copula class
> ### Aliases: gofco
>
> ### ** Examples
>
> data(IndexReturns)
> copObject = normalCopula()
>
> gofco(copObject, x = IndexReturns[c(1:100),c(1:2)], testset = c("gofPIOSRn", "gofKernel"), M = 20)
Warning in gofHybrid(copula = copula, x = x, testset = testset, margins = margins, :
The observations aren't in [0,1]. The margins will be estimated by the ranks of the observations.
Warning in fitCopula.ml(copula, u = data, method = method, start = start, :
possible convergence problem: optim() gave code=52
Error in comb_exist[[i]] : subscript out of bounds
Calls: gofco -> gofHybrid
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc