Last updated on 2023-03-20 19:50:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.3 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 0.9.3 | 28.90 | 66.74 | 95.64 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.9.3 | 199.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.3 | 173.77 | ERROR | |||
r-devel-windows-x86_64 | 0.9.3 | 74.00 | 161.00 | 235.00 | OK | |
r-patched-linux-x86_64 | 0.9.3 | 30.17 | 112.86 | 143.03 | OK | |
r-release-linux-x86_64 | 0.9.3 | 28.30 | 113.82 | 142.12 | OK | |
r-release-macos-arm64 | 0.9.3 | 48.00 | OK | |||
r-release-macos-x86_64 | 0.9.3 | 68.00 | OK | |||
r-release-windows-x86_64 | 0.9.3 | 78.00 | 170.00 | 248.00 | OK | |
r-oldrel-macos-arm64 | 0.9.3 | 59.00 | OK | |||
r-oldrel-macos-x86_64 | 0.9.3 | 77.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.9.3 | 88.00 | 203.00 | 291.00 | OK |
Version: 0.9.3
Check: examples
Result: ERROR
Running examples in ‘causaloptim-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: interpret_bounds
> ### Title: Convert bounds string to a function
> ### Aliases: interpret_bounds
>
> ### ** Examples
>
> b <- graph_from_literal(X -+ Y, Ur -+ X, Ur -+ Y)
> V(b)$leftside <- c(0,0,0)
> V(b)$latent <- c(0,0,1)
> V(b)$nvals <- c(2,2,2)
> E(b)$rlconnect <- E(b)$edge.monotone <- c(0, 0, 0)
> obj <- analyze_graph(b, constraints = NULL, effectt = "p{Y(X = 1) = 1} - p{Y(X = 0) = 1}")
> bounds <- optimize_effect(obj)
*** buffer overflow detected ***: terminated
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(causaloptim)
Loading required package: igraph
Attaching package: 'igraph'
The following object is masked from 'package:testthat':
compare
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
>
> test_check("causaloptim")
*** buffer overflow detected ***: terminated
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.3
Check: examples
Result: ERROR
Running examples in ‘causaloptim-Ex.R’ failed
The error most likely occurred in:
> ### Name: interpret_bounds
> ### Title: Convert bounds string to a function
> ### Aliases: interpret_bounds
>
> ### ** Examples
>
> b <- graph_from_literal(X -+ Y, Ur -+ X, Ur -+ Y)
> V(b)$leftside <- c(0,0,0)
> V(b)$latent <- c(0,0,1)
> V(b)$nvals <- c(2,2,2)
> E(b)$rlconnect <- E(b)$edge.monotone <- c(0, 0, 0)
> obj <- analyze_graph(b, constraints = NULL, effectt = "p{Y(X = 1) = 1} - p{Y(X = 0) = 1}")
> bounds <- optimize_effect(obj)
*** buffer overflow detected ***: terminated
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.9.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(causaloptim)
Loading required package: igraph
Attaching package: 'igraph'
The following object is masked from 'package:testthat':
compare
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
>
> test_check("causaloptim")
*** buffer overflow detected ***: terminated
Flavor: r-devel-linux-x86_64-fedora-gcc