CRAN Package Check Results for Package efdm

Last updated on 2026-04-23 00:51:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 2.94 85.88 88.82 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 2.07 62.62 64.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.2 131.63 OK
r-devel-linux-x86_64-fedora-gcc 0.2.2 143.59 OK
r-devel-macos-arm64 0.2.2 1.00 28.00 29.00 OK
r-devel-windows-x86_64 0.2.2 5.00 108.00 113.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.53 75.78 78.31 OK
r-release-macos-arm64 0.2.2 1.00 31.00 32.00 OK
r-release-macos-x86_64 0.2.2 2.00 158.00 160.00 OK
r-release-windows-x86_64 0.2.2 5.00 112.00 117.00 OK
r-oldrel-macos-arm64 0.2.2 1.00 35.00 36.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 134.00 139.00 OK

Check Details

Version: 0.2.2
Check: tests
Result: ERROR Running ‘test_checks.R’ [1s/2s] Running ‘test_donothing.R’ [2s/2s] Running ‘test_estim.R’ [1s/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’ [1s/2s] Comparing ‘test_split.Rout’ to ‘test_split.Rout.save’ ... OK Running ‘test_transprobs.R’ [1s/2s] 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-devel-linux-x86_64-debian-gcc