CRAN Package Check Results for Package RFlocalfdr

Last updated on 2025-01-09 01:49:53 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.5 OK
r-devel-linux-x86_64-debian-gcc 0.8.5 2.77 31.37 34.14 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.5 71.69 ERROR
r-devel-linux-x86_64-fedora-gcc 0.8.5 82.30 ERROR
r-devel-windows-x86_64 0.8.5 5.00 74.00 79.00 ERROR
r-patched-linux-x86_64 0.8.5 3.93 56.72 60.65 OK
r-release-linux-x86_64 0.8.5 3.02 56.74 59.76 OK
r-release-macos-arm64 0.8.5 39.00 OK
r-release-macos-x86_64 0.8.5 69.00 OK
r-release-windows-x86_64 0.8.5 5.00 113.00 118.00 OK
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.8.5 6.00 80.00 86.00 ERROR

Check Details

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 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.8.5
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘RFlocalfdr.data’ ‘vita’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64