Last updated on 2025-01-15 05:50:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 20.17 | 314.79 | 334.96 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 14.77 | 193.07 | 207.84 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 536.45 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 366.34 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 26.00 | 320.00 | 346.00 | OK | |
r-patched-linux-x86_64 | 0.2.4 | 19.61 | 184.84 | 204.45 | NOTE | |
r-release-linux-x86_64 | 0.2.4 | 14.84 | 100.48 | 115.32 | ERROR | |
r-release-macos-arm64 | 0.3.1 | 154.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 214.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 27.00 | 309.00 | 336.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 148.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 318.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 32.00 | 329.00 | 361.00 | OK |
Version: 0.2.4
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rxode2et’
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.4
Check: examples
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
Flavor: r-release-linux-x86_64
Version: 0.2.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/8s]
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
Flavor: r-release-linux-x86_64