Package: rbedrock Check: tests New result: ERROR Running ‘testthat.R’ [33s/36s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(rbedrock) > > test_check("rbedrock") [ FAIL 4 | WARN 1844 | SKIP 0 | PASS 481 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_2example.R:13:5'): opening an example world works ──────────── `rbedrock_example_world("example1.mcworld")` produced warnings. ── Failure ('test_2example.R:14:5'): opening an example world works ──────────── `bedrockdb(dbpath)` produced warnings. ── Failure ('test_block_entity.R:40:5'): get_block_entity_value() accepts returns one BlockEntity data ── `get_block_entity_value(db, c(key, "plain:fake_key"))` produced warnings. ── Failure ('test_worlds.R:31:5'): create_world creates a world that can be loaded ── `bedrockdb(dbpath)` produced warnings. [ FAIL 4 | WARN 1844 | SKIP 0 | PASS 481 ] Error: Test failures Execution halted Package: santoku Check: tests New result: ERROR Running ‘testthat.R’ [64s/64s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(santoku) > > test_check("santoku") [ FAIL 5 | WARN 0 | SKIP 0 | PASS 10543 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-nonstandard.R:295:3'): bit64 ───────────────────────────────── `chop(x64, b64)` produced warnings. ── Failure ('test-nonstandard.R:299:3'): bit64 ───────────────────────────────── `chopped <- chop(x64, b64, extend = TRUE)` produced warnings. ── Failure ('test-nonstandard.R:307:3'): bit64 ───────────────────────────────── `chop(1:10, b64)` produced warnings. ── Failure ('test-nonstandard.R:311:3'): bit64 ───────────────────────────────── `chop(x64, as.integer(c(3, 5, 5, 7)))` produced warnings. ── Failure ('test-nonstandard.R:331:3'): bit64 ───────────────────────────────── `chop(x64_big, b64_big)` produced warnings. [ FAIL 5 | WARN 0 | SKIP 0 | PASS 10543 ] Error: Test failures Execution halted