Last updated on 2020-03-29 15:50:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | ERROR | ||||
r-devel-linux-x86_64-debian-gcc | 1.0 | 10.26 | 80.20 | 90.46 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 138.68 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 132.64 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0 | 24.00 | 97.00 | 121.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0 | 30.00 | 122.00 | 152.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 10.65 | 99.35 | 110.00 | ERROR | |
r-patched-solaris-x86 | 1.0 | 219.40 | ERROR | |||
r-release-linux-x86_64 | 1.0 | 10.69 | 91.49 | 102.18 | OK | |
r-release-windows-ix86+x86_64 | 1.0 | 27.00 | 149.00 | 176.00 | OK | |
r-release-osx-x86_64 | 1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 23.00 | 185.00 | 208.00 | OK | |
r-oldrel-osx-x86_64 | 1.0 | OK |
Version: 1.0
Check: examples
Result: ERROR
Running examples in 'ESKNN-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Predict.esknnClass
> ### Title: Class predictions from ensemble of subset of k-nearest
> ### neighbours
> ### Aliases: Predict.esknnClass
> ### Keywords: packages
>
> ### ** Examples
>
> # Load the data
>
> data(hepatitis)
> data <- hepatitis
>
> # Spliting the data into testing and training parts.
>
> Class <- data[,names(data)=="Class"]
> data$Class<-as.factor(as.numeric(Class)-1)
> train <- data[sample(1:nrow(data),0.7*nrow(data)),]
> test <- data[-(sample(1:nrow(data),0.7*nrow(data))),]
> ytrain<-train[,names(train)=="Class"]
> xtrain<-train[,names(train)!="Class"]
> xtest<-test[,names(test)!="Class"]
> ytest <- test[,names(test)=="Class"]
>
> # Trian esknnClass using training data
>
> model<-esknnClass(xtrain, ytrain,k=NULL)
Error in order(fBS, decreasing = FALSE) :
unimplemented type 'list' in 'orderVector1'
Calls: esknnClass -> order
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘ESKNN-Ex.R’ failed
The error most likely occurred in:
> ### Name: Predict.esknnClass
> ### Title: Class predictions from ensemble of subset of k-nearest
> ### neighbours
> ### Aliases: Predict.esknnClass
> ### Keywords: packages
>
> ### ** Examples
>
> # Load the data
>
> data(hepatitis)
> data <- hepatitis
>
> # Spliting the data into testing and training parts.
>
> Class <- data[,names(data)=="Class"]
> data$Class<-as.factor(as.numeric(Class)-1)
> train <- data[sample(1:nrow(data),0.7*nrow(data)),]
> test <- data[-(sample(1:nrow(data),0.7*nrow(data))),]
> ytrain<-train[,names(train)=="Class"]
> xtrain<-train[,names(train)!="Class"]
> xtest<-test[,names(test)!="Class"]
> ytest <- test[,names(test)=="Class"]
>
> # Trian esknnClass using training data
>
> model<-esknnClass(xtrain, ytrain,k=NULL)
Error in order(fBS, decreasing = FALSE) :
unimplemented type 'list' in 'orderVector1'
Calls: esknnClass -> order
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86