Last updated on 2018-11-07 09:49:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.84 | 45.86 | 50.70 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 5.47 | 36.42 | 41.89 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 61.41 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 61.53 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0 | 13.00 | 77.00 | 90.00 | ERROR | |
r-patched-linux-x86_64 | 1.0 | 5.06 | 43.35 | 48.41 | ERROR | |
r-patched-solaris-x86 | 1.0 | 81.50 | ERROR | |||
r-release-linux-x86_64 | 1.0 | 5.82 | 44.66 | 50.48 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0 | 14.00 | 72.00 | 86.00 | ERROR | |
r-release-osx-x86_64 | 1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 6.00 | 58.00 | 64.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.0 | OK |
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘MoTBFs-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: MoTBFs_Learning
> ### Title: Learning MoTBFs in a Network
> ### Aliases: MoTBFs_Learning
>
> ### ** Examples
>
> ## Dataset Ecoli
> require(MoTBFs)
> data(ecoli)
> data <- ecoli[,-c(1)] ## remove variable sequence
>
> ## Directed acyclic graph
> dag <- LearningHC(data)
>
> ## Learning BN
> intervals <- 3
> potential <- "MOP"
> P1 <- MoTBFs_Learning(graph = dag, data = data, POTENTIAL_TYPE=potential,
+ maxParam = 5)
Error in conditionalMethod(data, Parents, Child, numIntervals, POTENTIAL_TYPE, :
argument "numIntervals" is missing, with no default
Calls: MoTBFs_Learning ... learn.tree.Intervals -> quantileIntervals -> sapply -> lapply
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘MoTBFs-Ex.R’ failed
The error most likely occurred in:
> ### Name: MoTBFs_Learning
> ### Title: Learning MoTBFs in a Network
> ### Aliases: MoTBFs_Learning
>
> ### ** Examples
>
> ## Dataset Ecoli
> require(MoTBFs)
> data(ecoli)
> data <- ecoli[,-c(1)] ## remove variable sequence
>
> ## Directed acyclic graph
> dag <- LearningHC(data)
>
> ## Learning BN
> intervals <- 3
> potential <- "MOP"
> P1 <- MoTBFs_Learning(graph = dag, data = data, POTENTIAL_TYPE=potential,
+ maxParam = 5)
Error in conditionalMethod(data, Parents, Child, numIntervals, POTENTIAL_TYPE, :
argument "numIntervals" is missing, with no default
Calls: MoTBFs_Learning ... learn.tree.Intervals -> quantileIntervals -> sapply -> lapply
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, r-release-windows-ix86+x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in 'MoTBFs-Ex.R' failed
The error most likely occurred in:
> ### Name: MoTBFs_Learning
> ### Title: Learning MoTBFs in a Network
> ### Aliases: MoTBFs_Learning
>
> ### ** Examples
>
> ## Dataset Ecoli
> require(MoTBFs)
> data(ecoli)
> data <- ecoli[,-c(1)] ## remove variable sequence
>
> ## Directed acyclic graph
> dag <- LearningHC(data)
>
> ## Learning BN
> intervals <- 3
> potential <- "MOP"
> P1 <- MoTBFs_Learning(graph = dag, data = data, POTENTIAL_TYPE=potential,
+ maxParam = 5)
Error in lapply(X = X, FUN = FUN, ...) :
argument "numIntervals" is missing, with no default
Calls: MoTBFs_Learning ... learn.tree.Intervals -> quantileIntervals -> sapply -> lapply
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64