Last updated on 2025-02-01 12:48:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.5 | 3.52 | 40.18 | 43.70 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 2.71 | 62.01 | 64.72 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 150.32 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 163.14 | OK | |||
r-devel-windows-x86_64 | 0.9 | 6.00 | 146.00 | 152.00 | OK | |
r-patched-linux-x86_64 | 0.9 | 3.62 | 80.42 | 84.04 | OK | |
r-release-linux-x86_64 | 0.8.5 | 3.04 | 38.07 | 41.11 | ERROR | |
r-release-macos-arm64 | 0.9 | 62.00 | OK | |||
r-release-macos-x86_64 | 0.9 | 141.00 | OK | |||
r-release-windows-x86_64 | 0.8.5 | 6.00 | 76.00 | 82.00 | ERROR | |
r-oldrel-macos-arm64 | 0.8.5 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.5 | 108.00 | OK | |||
r-oldrel-windows-x86_64 | 0.9 | 5.00 | 160.00 | 165.00 | OK |
Version: 0.8.5
Check: examples
Result: ERROR
Running examples in ‘RFlocalfdr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: determine.C
> ### Title: determine.C
> ### Aliases: determine.C
>
> ### ** Examples
>
> data(imp20000)
> imp<-log(imp20000$importances)
> t2<-imp20000$counts
> temp<-imp[t2 > 1] #see
> temp<-temp[temp != -Inf]
> temp <- temp - min(temp) + .Machine$double.eps
> f_fit <- f.fit(temp)
> y <- f_fit$zh$density
> x <- f_fit$midpoints
> df <- data.frame(x, y)
> initial.estimates <- fit.to.data.set.wrapper(df, temp, try.counter = 3,return.all=FALSE)
Warning in cov2cor(varcovar) :
diag(V) had non-positive or NA entries; the non-finite result may be dubious
Warning in sqrt(diag(varcovar)) : NaNs produced
> initial.estimates<- initial.estimates$Estimate
Error in initial.estimates$Estimate :
$ operator is invalid for atomic vectors
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 0.8.5
Check: examples
Result: ERROR
Running examples in 'RFlocalfdr-Ex.R' failed
The error most likely occurred in:
> ### Name: determine.C
> ### Title: determine.C
> ### Aliases: determine.C
>
> ### ** Examples
>
> data(imp20000)
> imp<-log(imp20000$importances)
> t2<-imp20000$counts
> temp<-imp[t2 > 1] #see
> temp<-temp[temp != -Inf]
> temp <- temp - min(temp) + .Machine$double.eps
> f_fit <- f.fit(temp)
> y <- f_fit$zh$density
> x <- f_fit$midpoints
> df <- data.frame(x, y)
> initial.estimates <- fit.to.data.set.wrapper(df, temp, try.counter = 3,return.all=FALSE)
Warning in cov2cor(varcovar) :
diag(V) had non-positive or NA entries; the non-finite result may be dubious
Warning in sqrt(diag(varcovar)) : NaNs produced
> initial.estimates<- initial.estimates$Estimate
Error in initial.estimates$Estimate :
$ operator is invalid for atomic vectors
Execution halted
Flavor: r-release-windows-x86_64