CRAN Package Check Results for Maintainer ‘Mikko Kuronen <mikko.kuronen at luke.fi>’

Last updated on 2026-04-25 18:50:28 CEST.

Package ERROR OK
efdm 5 7

Package efdm

Current CRAN status: ERROR: 5, OK: 7

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

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’ [2s/2s] Comparing ‘test_split.Rout’ to ‘test_split.Rout.save’ ... OK Running ‘test_transprobs.R’ [2s/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

Version: 0.2.2
Check: tests
Result: ERROR Running ‘test_checks.R’ [4s/11s] Running ‘test_donothing.R’ [4s/10s] Running ‘test_estim.R’ Comparing ‘test_estim.Rout’ to ‘test_estim.Rout.save’ ... OK Running ‘test_factors.R’ Running ‘test_prior_ff.R’ Running ‘test_split.R’ [4s/10s] Comparing ‘test_split.Rout’ to ‘test_split.Rout.save’ ... OK Running ‘test_transprobs.R’ 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-fedora-clang

Version: 0.2.2
Check: tests
Result: ERROR Running ‘test_checks.R’ Running ‘test_donothing.R’ Running ‘test_estim.R’ Comparing ‘test_estim.Rout’ to ‘test_estim.Rout.save’ ... OK Running ‘test_factors.R’ Running ‘test_prior_ff.R’ Running ‘test_split.R’ Comparing ‘test_split.Rout’ to ‘test_split.Rout.save’ ... OK Running ‘test_transprobs.R’ 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-fedora-gcc

Version: 0.2.2
Check: tests
Result: ERROR Running 'test_checks.R' [2s] Running 'test_donothing.R' [2s] Running 'test_estim.R' [2s] Comparing 'test_estim.Rout' to 'test_estim.Rout.save' ... OK Running 'test_factors.R' [1s] Running 'test_prior_ff.R' [1s] Running 'test_split.R' [2s] Comparing 'test_split.Rout' to 'test_split.Rout.save' ... OK Running 'test_transprobs.R' [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-release-windows-x86_64