Last updated on 2025-11-05 12:51:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.0 | 7.86 | 195.28 | 203.14 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.0 | 4.88 | 128.92 | 133.80 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.0 | 28.00 | 285.88 | 313.88 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 24.00 | 293.02 | 317.02 | ERROR | |
| r-devel-windows-x86_64 | 0.5.0 | 9.00 | 192.00 | 201.00 | OK | |
| r-patched-linux-x86_64 | 0.5.0 | 7.18 | 187.19 | 194.37 | OK | |
| r-release-linux-x86_64 | 0.5.0 | 7.55 | 189.20 | 196.75 | OK | |
| r-release-macos-arm64 | 0.5.0 | 3.00 | 75.00 | 78.00 | OK | |
| r-release-macos-x86_64 | 0.5.0 | 6.00 | 148.00 | 154.00 | OK | |
| r-release-windows-x86_64 | 0.5.0 | 9.00 | 190.00 | 199.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.0 | 3.00 | 75.00 | 78.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.0 | 5.00 | 102.00 | 107.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.0 | 14.00 | 270.00 | 284.00 | OK |
Version: 0.5.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘lifecycle’ ‘patchwork’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [109s/111s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(psycModel)
>
> test_check("psycModel")
Loading required namespace: gridExtra
Loading required namespace: qqplotr
Loading required namespace: see
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 68 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-model-table.R:15:3'): model_table: linear regression ─────────
`lm_1_check` (`actual`) not equal to model_summary[[2]] (`expected`).
`names(actual)`: "(Intercept)" "Sepal.Length"
`names(expected)`: "" ""
── Failure ('test-model-table.R:16:3'): model_table: linear regression ─────────
`lm_2_check` (`actual`) not equal to model_summary[[3]] (`expected`).
`names(actual)`: "(Intercept)" "Petal.Length"
`names(expected)`: "" ""
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 68 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [106s/110s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(psycModel)
>
> test_check("psycModel")
Loading required namespace: gridExtra
Loading required namespace: qqplotr
Loading required namespace: see
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 68 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-model-table.R:15:3'): model_table: linear regression ─────────
`lm_1_check` (`actual`) not equal to model_summary[[2]] (`expected`).
`names(actual)`: "(Intercept)" "Sepal.Length"
`names(expected)`: "" ""
── Failure ('test-model-table.R:16:3'): model_table: linear regression ─────────
`lm_2_check` (`actual`) not equal to model_summary[[3]] (`expected`).
`names(actual)`: "(Intercept)" "Petal.Length"
`names(expected)`: "" ""
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 68 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc