Last updated on 2019-04-22 07:46:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 9.40 | 87.57 | 96.97 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 8.26 | 68.40 | 76.66 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 114.23 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 123.27 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.3 | 26.00 | 123.00 | 149.00 | ERROR | |
r-patched-linux-x86_64 | 1.3 | 8.97 | 84.21 | 93.18 | ERROR | |
r-patched-solaris-x86 | 1.3 | 170.50 | ERROR | |||
r-release-linux-x86_64 | 1.3 | 5.99 | 95.65 | 101.64 | OK | |
r-release-windows-ix86+x86_64 | 1.3 | 12.00 | 109.00 | 121.00 | OK | |
r-release-osx-x86_64 | 1.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.3 | 16.00 | 146.00 | 162.00 | OK | |
r-oldrel-osx-x86_64 | 1.3 | OK |
Version: 1.3
Check: examples
Result: ERROR
Running examples in 'DTRlearn-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Olearning_Single
> ### Title: Improved single stage O-learning with cross validation
> ### Aliases: Olearning_Single
>
> ### ** Examples
>
> n_cluster=5
> pinfo=10
> pnoise=10
> n_sample=50
> set.seed(3)
> example=make_classification(n_cluster,pinfo,pnoise,n_sample)
> pi=list()
> pi[[2]]=pi[[1]]=rep(1,n_sample)
> modelrbf=Olearning_Single(example$X,example$A,example$R,kernel='rbf',m=3,sigma=0.05)
[1] 0.5
[1] NA
Error in svd(rbind(rho, tau, matrix(alpha), nu)) :
infinite or missing values in 'x'
Calls: Olearning_Single -> wsvm -> ipop -> ipop -> svd
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.3
Check: examples
Result: ERROR
Running examples in ‘DTRlearn-Ex.R’ failed
The error most likely occurred in:
> ### Name: Olearning_Single
> ### Title: Improved single stage O-learning with cross validation
> ### Aliases: Olearning_Single
>
> ### ** Examples
>
> n_cluster=5
> pinfo=10
> pnoise=10
> n_sample=50
> set.seed(3)
> example=make_classification(n_cluster,pinfo,pnoise,n_sample)
> pi=list()
> pi[[2]]=pi[[1]]=rep(1,n_sample)
> modelrbf=Olearning_Single(example$X,example$A,example$R,kernel='rbf',m=3,sigma=0.05)
[1] 0.5
[1] NA
Error in svd(rbind(rho, tau, matrix(alpha), nu)) :
infinite or missing values in 'x'
Calls: Olearning_Single -> wsvm -> ipop -> ipop -> svd
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