Package check result: OK Changes to worse in reverse depends: Package: ruminate Check: examples New result: ERROR Running examples in ‘ruminate-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: NCA_append_report > ### Title: Append Report Elements > ### Aliases: NCA_append_report > > ### ** Examples > > # We need a state object to use below > sess_res = NCA_test_mksession(session=list(), full_session=FALSE) Error in formods::DW_test_mksession(session = session, id = id_DW, id_UD = id_UD) : unused arguments (id = id_DW, id_UD = id_UD) Calls: NCA_test_mksession Execution halted Package: ruminate Check: tests New result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(ruminate) > > test_check("ruminate") Loading formods Missing suggested packages - covr - devtools - ggpubr - gtools - here - janitor - shinybusy Install with the following: install.packages(c("covr", "devtools", "ggpubr", "gtools", "here", "janitor", "shinybusy")) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-NCA.R:14:1'): (code run outside of `test_that()`) ────────────── Error in `formods::DW_test_mksession(session = session, id = id_DW, id_UD = id_UD)`: unused arguments (id = id_DW, id_UD = id_UD) Backtrace: ▆ 1. ├─base::suppressMessages(suppressWarnings(NCA_test_mksession(session = list()))) at test-NCA.R:14:1 2. │ └─base::withCallingHandlers(...) 3. ├─base::suppressWarnings(NCA_test_mksession(session = list())) 4. │ └─base::withCallingHandlers(...) 5. └─ruminate::NCA_test_mksession(session = list()) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] Error: Test failures Execution halted