Last updated on 2024-11-12 18:50:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.3 | 1.94 | 38.60 | 40.54 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8.3 | 1.25 | 29.22 | 30.47 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8.3 | 65.20 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.3 | 59.41 | NOTE | |||
r-devel-windows-x86_64 | 0.8.3 | 3.00 | 195.00 | 198.00 | OK | |
r-patched-linux-x86_64 | 0.8.3 | 2.05 | 35.88 | 37.93 | OK | |
r-release-linux-x86_64 | 0.8.3 | 2.02 | 37.26 | 39.28 | OK | |
r-release-macos-arm64 | 0.8.3 | 30.00 | OK | |||
r-release-macos-x86_64 | 0.8.3 | 45.00 | OK | |||
r-release-windows-x86_64 | 0.8.3 | 3.00 | 83.00 | 86.00 | ERROR | |
r-oldrel-macos-arm64 | 0.8.3 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.3 | 61.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.3 | 4.00 | 67.00 | 71.00 | OK |
Version: 0.8.3
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘MASS’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.8.3
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(TPCselect)
>
> test_check("TPCselect")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-TPC.R:51:3'): test the main functions (TPC) with simple algorithm ──
as.vector(TPC.fit$beta) (`actual`) not equal to `truebeta` (`expected`).
`actual[1:8]`: 3.06 1.59 0.00 0.00 1.91 0.00 0.00 0.00
`expected[1:8]`: 3.00 1.50 0.00 0.00 2.00 0.00 0.00 0.00
`actual[197:200]`: 0.00 0.00 0.00 0.41
`expected[197:200]`: 0.00 0.00 0.00 0.00
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64