CRAN Package Check Results for Package efdm

Last updated on 2026-04-28 14:51:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 2.60 89.30 91.90 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 2.11 63.06 65.17 OK
r-devel-linux-x86_64-fedora-clang 0.2.3 141.84 OK
r-devel-linux-x86_64-fedora-gcc 0.2.3 5.00 154.58 159.58 OK
r-devel-windows-x86_64 0.2.3 9.00 136.00 145.00 OK
r-patched-linux-x86_64 0.2.2 2.78 76.62 79.40 OK
r-release-linux-x86_64 0.2.2 2.67 76.63 79.30 ERROR
r-release-macos-arm64 0.2.3 1.00 58.00 59.00 OK
r-release-macos-x86_64 0.2.2 2.00 104.00 106.00 OK
r-release-windows-x86_64 0.2.3 8.00 120.00 128.00 OK
r-oldrel-macos-arm64 0.2.3 1.00 56.00 57.00 OK
r-oldrel-macos-x86_64 0.2.2 2.00 158.00 160.00 OK
r-oldrel-windows-x86_64 0.2.2 5.00 135.00 140.00 OK

Check Details

Version: 0.2.2
Check: tests
Result: ERROR Running ‘test_checks.R’ [2s/3s] Running ‘test_donothing.R’ [2s/2s] Running ‘test_estim.R’ [2s/2s] Comparing ‘test_estim.Rout’ to ‘test_estim.Rout.save’ ... OK Running ‘test_factors.R’ [1s/1s] Running ‘test_prior_ff.R’ [1s/1s] Running ‘test_split.R’ [2s/2s] Comparing ‘test_split.Rout’ to ‘test_split.Rout.save’ ... OK Running ‘test_transprobs.R’ [2s/3s] Running the tests in ‘tests/test_donothing.R’ failed. Complete output: > library(efdm) > library(testthat) > > statespace <- expand.grid(a=1:2, b=1:2, vol=1:5) > state0 <- statespace > actprob <- statespace > actprob$test <- 1 > state0$area <- 0 > state0$area[1] <- 1 > > > act1 <- define_activity("test", character()) > expect_error(transprobs(act1) <- data.frame(vol0 = 1:4, vol1=2:5, prob=1)) > state1 <- runEFDM(state0, actprob, list(act1), 5) > expect_equal(state1$vol, rep(1, 6)) > > act2 <- define_activity("test2", "vol") > transprobs(act2) <- data.frame(vol0=1:5, vol1=c(2:5,5), prob=1) > actprob$test <- 0.1 > actprob$test2 <- 0.9 > expect_known_hash(runEFDM(state0, actprob, list(act1, act2), 5), "1b23f7f782") Error: Expected value to hash to 1b23f7f782. Actual hash: 219d5457df Execution halted Flavor: r-release-linux-x86_64