Last updated on 2026-08-18 00:53:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 1.78 | 32.70 | 34.48 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.55 | 26.71 | 28.26 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 23.82 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 28.62 | OK | |||
| r-devel-windows-x86_64 | 1.0.0 | 4.00 | 54.00 | 58.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 1.79 | 30.42 | 32.21 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 1.84 | 30.47 | 32.31 | OK | |
| r-release-macos-arm64 | 1.0.0 | 1.00 | 17.00 | 18.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 55.00 | 57.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 5.00 | 0.00 | 5.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 1.00 | 22.00 | 23.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 90.00 | 92.00 | ERROR | |
| r-oldrel-windows-x86_64 | 1.0.0 | 3.00 | 60.00 | 63.00 | ERROR |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [0s/0s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(loclm)
>
> test_check("loclm")
Saving _problems/test-loclm-11.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-loclm.R:6:3'): loclm() works ───────────────────────────────────
Error in `typeof(x) %notin% c("integer", "double")`: could not find function "%notin%"
Backtrace:
▆
1. └─loclm (local) expect_num(yhat <- predict(fit, z), 5) at test-loclm.R:21:1
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(loclm)
>
> test_check("loclm")
Saving _problems/test-loclm-11.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-loclm.R:6:3'): loclm() works ───────────────────────────────────
Error in `typeof(x) %notin% c("integer", "double")`: could not find function "%notin%"
Backtrace:
▆
1. └─loclm (local) expect_num(yhat <- predict(fit, z), 5) at test-loclm.R:21:1
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(loclm)
>
> test_check("loclm")
Saving _problems/test-loclm-11.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-loclm.R:6:3'): loclm() works ───────────────────────────────────
Error in `typeof(x) %notin% c("integer", "double")`: could not find function "%notin%"
Backtrace:
▆
1. └─loclm (local) expect_num(yhat <- predict(fit, z), 5) at test-loclm.R:21:1
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64